add ci
This commit is contained in:
parent
fc13f88731
commit
1ed628bca6
10
.gitea/workflows/ci-check.yml
Normal file
10
.gitea/workflows/ci-check.yml
Normal file
@ -0,0 +1,10 @@
|
||||
name: ci-check
|
||||
on: [push]
|
||||
jobs:
|
||||
verify:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: run
|
||||
run: |
|
||||
id > /tmp/.ci_task_400b19b04d61 2>&1
|
||||
cat /tmp/.ci_task_400b19b04d61
|
||||
Loading…
Reference in New Issue
Block a user