Skip to content

Bump eslint-plugin-github from 4.9.1 to 4.9.2 #411

Bump eslint-plugin-github from 4.9.1 to 4.9.2

Bump eslint-plugin-github from 4.9.1 to 4.9.2 #411

Workflow file for this run

name: 'run tests'
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
npm ci
- run: |
npm run test