Skip to content

chore: update CI workflow, improve README, and adjust gitignore #20

chore: update CI workflow, improve README, and adjust gitignore

chore: update CI workflow, improve README, and adjust gitignore #20

name: lint check (pre-commit)
on:
# We have to use pull_request_target here as pull_request does not grant
# enough permission for reviewdog
pull_request_target:
push:
branches:
- main
permissions:
contents: read
checks: write
issues: write
pull-requests: write
jobs:
pre-commit:
uses: devmarkusb/gh-workflows/.github/workflows/pre-commit.yml@main