Skip to content

Commit

Permalink
Add checks checker (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
dottorblaster authored Dec 12, 2024
1 parent 694f853 commit b4607ba
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/checks-checker.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
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"

0 comments on commit b4607ba

Please sign in to comment.