Skip to content

Pin actions/checkout to a5ac7e5 #22

Pin actions/checkout to a5ac7e5

Pin actions/checkout to a5ac7e5 #22

Workflow file for this run

---
name: Linting
on:
push:
branches:
- main
- renovate/**
pull_request:
jobs:
linting:
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/linting@bb1ef2b53f8ed8feef3238ab84ad31aaaa6e947d # v0
with:
pre-commit-config: ./.pre-commit-config.yaml