Skip to content

added yml for testing and linting #1

added yml for testing and linting

added yml for testing and linting #1

name: Run Tests and Lint Files
"on": push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm ci
npm run lint
test:
runs-on: ubuntu-latest
steps:

Check failure on line 14 in .github/workflows/lint_and_test_on_push.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint_and_test_on_push.yml

Invalid workflow file

You have an error in your yaml syntax on line 14
- uses: actions/checkout@v4
- run: |
npm ci
npm run test