Skip to content

Renovate: python Docker tag to v3.13 #82

Renovate: python Docker tag to v3.13

Renovate: python Docker tag to v3.13 #82

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@eec857fd453c82e80f724869d952d2ef27d8609c # v0.108.0
with:
pre-commit-config: ./.pre-commit-config.yaml