diff --git a/.github/workflows/rhfest.yaml b/.github/workflows/rhfest.yaml new file mode 100644 index 0000000..41f2fe5 --- /dev/null +++ b/.github/workflows/rhfest.yaml @@ -0,0 +1,21 @@ +--- +name: RHFest + +on: + push: + branches: + - main + pull_request: + schedule: + - cron: "0 0 * * *" # Every day at midnight + +jobs: + validation: + name: Validation + runs-on: ubuntu-latest + steps: + - name: ⤵️ Check out code from GitHub + uses: actions/checkout@v4.2.2 + + - name: 🚀 Run RHFest validation + uses: docker://ghcr.io/dutchdronesquad/rhfest-action:v1.0.1