Skip to content

Renovate: actions/checkout to 11bd719 #478

Renovate: actions/checkout to 11bd719

Renovate: actions/checkout to 11bd719 #478

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: ./actions/linting
with:
pre-commit-config: ./.pre-commit-config.yaml