Add .gitea/workflows/build.yml
This commit is contained in:
parent
815aec7065
commit
0e365ce205
13
.gitea/workflows/build.yml
Normal file
13
.gitea/workflows/build.yml
Normal file
@ -0,0 +1,13 @@
|
||||
name: build
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: vet checks
|
||||
run: echo "hello world"
|
Loading…
Reference in New Issue
Block a user