Skip to content

Bump eslint-plugin-github from 4.8.0 to 4.10.2 #1711

Bump eslint-plugin-github from 4.8.0 to 4.10.2

Bump eslint-plugin-github from 4.8.0 to 4.10.2 #1711

Workflow file for this run

name: 'build-test'
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.2
- run: |
npm install
- run: |
npm run all
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.2
- uses: ./
with:
report-path: ${{ github.workspace }}/__tests__/resource/lint-results.xml
continue-on-error: true