Skip to content

Revert "failing test for cicd testing" #4

Revert "failing test for cicd testing"

Revert "failing test for cicd testing" #4

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:
- uses: actions/checkout@v4
- run: |
npm ci
npm run test