Skip to content

Tool integration - Standard.JS #4

Tool integration - Standard.JS

Tool integration - Standard.JS #4

Workflow file for this run

name: StandardJS Lint
on:
pull_request:
branches:
- f24
- standard-js-tool
push:
branches:
- f24
- standard-js-tool
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
- name: Install dependencies
run: npm install
working directory: ./install

Check failure on line 28 in .github/workflows/standardjs.yml

View workflow run for this annotation

GitHub Actions / StandardJS Lint

Invalid workflow file

The workflow is not valid. .github/workflows/standardjs.yml (Line: 28, Col: 9): Unexpected value 'working directory'
- name: Run StandardJS
run: npx standard