Add an action

This commit is contained in:
Jake Howard 2023-03-24 09:18:51 +00:00
parent 835c6cde4b
commit 607f9ec4d3
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 9 additions and 0 deletions

9
.gitea/workflows/ci.yml Normal file
View File

@ -0,0 +1,9 @@
name: CI
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3