Skip to content

Bump @typescript-eslint/eslint-plugin from 5.62.0 to 8.14.0 #1738

Bump @typescript-eslint/eslint-plugin from 5.62.0 to 8.14.0

Bump @typescript-eslint/eslint-plugin from 5.62.0 to 8.14.0 #1738

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