Skip to content

Renovate: UCL-MIRSG/.github to v0.106.0 (#2) #26

Renovate: UCL-MIRSG/.github to v0.106.0 (#2)

Renovate: UCL-MIRSG/.github to v0.106.0 (#2) #26

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@71d7add4c830770ae28f6eaba2a696b15356c54f # v0.106.0
with:
pre-commit-config: ./.pre-commit-config.yaml