Add .gitea/workflows/test.yml
Some checks failed
test / test (push) Has been cancelled

This commit is contained in:
enderice2 2023-10-06 02:55:49 +03:00
parent 666fdc3088
commit 73e4b3705a

13
.gitea/workflows/test.yml Normal file
View 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!