Skip to content

Update eslint-plugin-github to version 5.1.1 #161

Update eslint-plugin-github to version 5.1.1

Update eslint-plugin-github to version 5.1.1 #161

Workflow file for this run

---
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci --ignore-scripts
- run: npm test
strategy:
matrix:
node-version:
- 12
- 14
- 16
name: npm-test
'on': push