Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Cancel all but the most recent run on the current branch/PR #7

Cancel all but the most recent run on the current branch/PR

Cancel all but the most recent run on the current branch/PR #7

Workflow file for this run

name: Linting
on:
push:
branches:
- main
- "renovate/**"
pull_request:
concurrency:
cancel-in-progress: true
group: >-
${{ github.workflow }}-
${{ github.event.pull_request.number || github.ref }}
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: UCL-MIRSG/.github/actions/linting@v0.26.0
with:
ansible-roles-config: ./meta/requirements.yml
pre-commit-config: ./.pre-commit-config.yaml