diff --git a/.github/workflows/template.yml b/.github/workflows/template.yml new file mode 100644 index 0000000000..9e34e7a3d0 --- /dev/null +++ b/.github/workflows/template.yml @@ -0,0 +1,11 @@ +on: + schedule: + - cron: '5 3 28 11 2' + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Run a one-line script + run: echo Hello, world! \ No newline at end of file