Skip to content

Bump eslint-plugin-github from 5.1.8 to 6.0.0 #347

Bump eslint-plugin-github from 5.1.8 to 6.0.0

Bump eslint-plugin-github from 5.1.8 to 6.0.0 #347

Workflow file for this run

name: Run linter and tests
permissions:
contents: read
pull-requests: write
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm install
- run: npm test