Skip to content

Bump eslint from 9.35.0 to 9.36.0 #65

Bump eslint from 9.35.0 to 9.36.0

Bump eslint from 9.35.0 to 9.36.0 #65

Workflow file for this run

name: Lint ignored
permissions:
contents: read
pull-requests: write
on:
pull_request:
paths-ignore:
- 'packages/**/*'
concurrency:
group: lint-ignored-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- run: exit 0