Skip to content

git drop .idea folder #2

git drop .idea folder

git drop .idea folder #2

Workflow file for this run

name: Run Tests
on:
push:
branches: [ * ]

Check failure on line 5 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

You have an error in your yaml syntax on line 5
pull_request:
branches: [ * ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 20
- run: npm ci
- run: npm test