Skip to content

Bump eslint-plugin-github from 4.3.5 to 4.8.0 #1080

Bump eslint-plugin-github from 4.3.5 to 4.8.0

Bump eslint-plugin-github from 4.3.5 to 4.8.0 #1080

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn
- run: yarn test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn
- run: yarn lint