Skip to content

Update and rename .renovaterc.json to .renovaterc.json5 #42

Update and rename .renovaterc.json to .renovaterc.json5

Update and rename .renovaterc.json to .renovaterc.json5 #42

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