Skip to content

Bump eslint-plugin-github from 4.8.0 to 4.9.2 #39

Bump eslint-plugin-github from 4.8.0 to 4.9.2

Bump eslint-plugin-github from 4.8.0 to 4.9.2 #39

Workflow file for this run

name: 'Require tests if source code is changed'
on: # rebuild any PRs and main branch changes
pull_request:
types: [opened]
jobs:
check: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./
with:
fileExtensions: '.ts,.js'
testDir: '__tests__'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}