Try to enable CI

This commit is contained in:
2023-04-06 07:19:08 -06:00
parent 6f781ae303
commit 0432a4bf29
+14
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