Skip to content

Bump sort-package-json from 3.5.0 to 3.5.1 #519

Bump sort-package-json from 3.5.0 to 3.5.1

Bump sort-package-json from 3.5.0 to 3.5.1 #519

Workflow file for this run

name: Linters
on:
pull_request:
jobs:
eslint:
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: corepack enable
- uses: actions/setup-node@v5
with:
cache: yarn
- run: yarn install
- name: eslint
uses: reviewdog/action-eslint@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
eslint_flags: 'src/**/*.{ts,js}'