Skip to content

Pin UCL-MIRSG/.github to a4ee218 #34

Pin UCL-MIRSG/.github to a4ee218

Pin UCL-MIRSG/.github to a4ee218 #34

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@a4ee21851bcc006a7e2c198b4565f296313d27cf # v0.25.0
with:
ansible-roles-config: ./requirements.yml
pre-commit-config: ./.pre-commit-config.yaml