Skip to content

Bump eslint-plugin-github from 6.1.1 to 6.1.2 in the development-dependencies group #2017

Bump eslint-plugin-github from 6.1.1 to 6.1.2 in the development-dependencies group

Bump eslint-plugin-github from 6.1.1 to 6.1.2 in the development-dependencies group #2017

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
- run: npm ci
- run: npm run test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
- run: npm ci
- run: npm run lint