Merge pull request #290 from cerc-io/dboreham/enable-ci

Try to enable CI

Former-commit-id: f7def488d9
This commit is contained in:
David Boreham 2023-04-06 07:21:07 -06:00 committed by GitHub
commit 129d581141

14
.gitea/workflows/test.yml Normal file
View File

@ -0,0 +1,14 @@
name: Tests
on:
pull_request:
branches: '*'
push:
branches: '*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Clone project repository
uses: actions/checkout@v3