Skip to content

use main rather than master github ci #11

use main rather than master github ci

use main rather than master github ci #11

Workflow file for this run

name: lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
uses: actions/setup-node@v3

Check failure on line 14 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: 14, Col: 7): 'uses' is already defined
with:
node-version: 20
- run: npm install
- run: npm run lint