This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
Add tasks for generating TLS certificates (#17) #47
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Linting | |
on: | |
push: | |
branches: | |
- main | |
- "renovate/**" | |
pull_request: | |
jobs: | |
linting: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: UCL-MIRSG/.github/actions/[email protected] | |
with: | |
ansible-roles-config: ./meta/requirements.yml | |
pre-commit-config: ./.pre-commit-config.yaml |