Skip to content

Bump eslint-plugin-github from 4.8.0 to 5.0.0 #1851

Bump eslint-plugin-github from 4.8.0 to 5.0.0

Bump eslint-plugin-github from 4.8.0 to 5.0.0 #1851

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.6
- run: |
npm install
- run: |
npm run all
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.6
- uses: ./
with:
report-path: ${{ github.workspace }}/__tests__/resource/textlint-report.json
continue-on-error: true