Skip to content

chore(deps): update actions/checkout action to v5 #402

chore(deps): update actions/checkout action to v5

chore(deps): update actions/checkout action to v5 #402

Workflow file for this run

name: "spec"
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v3
with:
node-version: 14.x
- run: npm install
- run: npm test
- run: npm run eslint:check