This commit is contained in:
parent
666fdc3088
commit
73e4b3705a
13
.gitea/workflows/test.yml
Normal file
13
.gitea/workflows/test.yml
Normal file
@ -0,0 +1,13 @@
|
||||
name: test
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
name: test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: test
|
||||
run: echo Hello World!
|
Loading…
x
Reference in New Issue
Block a user