Skip to content

Bump eslint-plugin-github from 4.10.2 to 5.1.5 #832

Bump eslint-plugin-github from 4.10.2 to 5.1.5

Bump eslint-plugin-github from 4.10.2 to 5.1.5 #832

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- 'main'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
permissions: write-all
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
- name: Run tests
run : |
yarn install
yarn test
env:
GITHUB_TOKEN: ${{ secrets.TEST_GITHUB_TOKEN }}
- name: Dump context
uses: crazy-max/[email protected]