Skip to content

Bump @antfu/eslint-config from 4.16.1 to 4.17.0 #32

Bump @antfu/eslint-config from 4.16.1 to 4.17.0

Bump @antfu/eslint-config from 4.16.1 to 4.17.0 #32

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