Skip to content

Update README.md (#20) #68

Update README.md (#20)

Update README.md (#20) #68

Workflow file for this run

name: Linting
on:
push:
branches:
- main
- "renovate/**"
pull_request:
jobs:
linting:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- name: Run pre-commit over the repo
uses: ./actions/linting
with:
pre-commit-config: ./.pre-commit-config.yaml