Try to enable CI
This commit is contained in:
parent
6f781ae303
commit
0432a4bf29
14
.gitea/workflows/test.yml
Normal file
14
.gitea/workflows/test.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user