Skip to content

Bump eslint from 9.7.0 to 9.8.0 #83

Bump eslint from 9.7.0 to 9.8.0

Bump eslint from 9.7.0 to 9.8.0 #83

Workflow file for this run

name: "units-test"
on:
pull_request:
push:
branches:
- main
jobs:
# unit tests
units:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm test
# test action works running from the graph
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./
with:
input: test-files/simple.txt
output: workflow-output