Skip to content

github actions setup #1

github actions setup

github actions setup #1

Workflow file for this run

name: Lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
width:

Check failure on line 9 in .github/workflows/lint.yml

View workflow run for this annotation

GitHub Actions / Lint

Invalid workflow file

The workflow is not valid. .github/workflows/lint.yml (Line: 9, Col: 7): Unexpected value 'width'
node-version: "20"
- run: npm ci
- run: npm run lint