Add an action
This commit is contained in:
parent
835c6cde4b
commit
607f9ec4d3
1 changed files with 9 additions and 0 deletions
9
.gitea/workflows/ci.yml
Normal file
9
.gitea/workflows/ci.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
name: CI
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
Loading…
Reference in a new issue