Try to enable CI

Former-commit-id: 0432a4bf29
This commit is contained in:
David Boreham 2023-04-06 07:19:08 -06:00
parent 86f13e9c6b
commit 44421049ae

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