Skip to content

Commit

Permalink
Add github action run
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoBrigitte committed Nov 7, 2024
1 parent df119d7 commit 6676203
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/run.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: run

on:
schedule:
- cron: "* * * * *"

jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run check
run: |
touch config.env
PLAN_CODE=24ska01 ./bin/check.sh

0 comments on commit 6676203

Please sign in to comment.