Skip to content

[Snyk] Security upgrade eslint from 7.9.0 to 9.0.0 #122

[Snyk] Security upgrade eslint from 7.9.0 to 9.0.0

[Snyk] Security upgrade eslint from 7.9.0 to 9.0.0 #122

Workflow file for this run

name: "Tests"
on:
pull_request:
push:
branches: # array of glob patterns matching against refs/heads. Optional; defaults to all
- master # triggers on pushes that contain changes in master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm ci
- run: npm test