Add hana scenario for hana_scale up to metadata (#23) #6
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: Checks Links Checker | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
release: | |
types: [published] | |
jobs: | |
tlint: | |
name: Checks Checker | |
runs-on: ubuntu-20.04 | |
container: | |
image: ghcr.io/trento-project/checks-checker:latest | |
volumes: | |
- ${{ github.workspace }}:/data | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: Run checks-checker | |
run: "/app/checks-checker checks/*.yaml" |