Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Bump eslint-plugin-github from 4.7.0 to 4.10.0 #43

Bump eslint-plugin-github from 4.7.0 to 4.10.0

Bump eslint-plugin-github from 4.7.0 to 4.10.0 #43

Workflow file for this run

name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run all
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}