Bump collections/ansible_collections/prometheus/prometheus from 64d70a3 to 51dccc0
#1115
Workflow file for this run
This file contains hidden or 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: Jinja2 Linting check | |
| # yamllint disable-line rule:truthy | |
| on: [push, pull_request] | |
| jobs: | |
| build: | |
| name: Jinja2 Linting | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout git repo | |
| uses: actions/checkout@v4 | |
| with: | |
| submodules: true | |
| fetch-depth: 0 | |
| - name: Run j2lint | |
| uses: ansible-actions/j2lint-action@v0.0.1 | |
| with: | |
| target: "templates/" |