Skip to content

Renovate: UCL-MIRSG/.github to 786c495 #19

Renovate: UCL-MIRSG/.github to 786c495

Renovate: UCL-MIRSG/.github to 786c495 #19

Workflow file for this run

---
name: Linting
on:
push:
branches:
- main
- renovate/**
pull_request:
types:
- opened
- ready_for_review
- reopened
- synchronize
concurrency:
cancel-in-progress: true
group: >-
${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
jobs:
linting:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: UCL-MIRSG/.github/actions/linting@610c6ef540b030d6346ad1ba0fd5eb270efd7526 # v0.95.0
with:
pre-commit-config: ./.pre-commit-config.yaml