diff --git a/.github/workflows/verita.yml b/.github/workflows/verita.yml new file mode 100644 index 0000000..a44558f --- /dev/null +++ b/.github/workflows/verita.yml @@ -0,0 +1,12 @@ + +name: CI + +on: [push] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Run a one-line script + run: echo Hello, world!