Only copy PG cert to server when postgresql_use_ssl (#37) #128
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 |