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

Try to enable CI
This commit is contained in:
David Boreham 2023-04-06 07:21:07 -06:00 committed by GitHub
commit f7def488d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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