This commit is contained in:
13
.gitea/workflows/test-commits.yml
Normal file
13
.gitea/workflows/test-commits.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
name: Test Commit
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout repository
|
||||
uses: actions/checkout@v3
|
||||
- name: build release archives
|
||||
run: make
|
||||
Reference in New Issue
Block a user