1 父节点
168123a059
当前提交
dd2b94e4ff
1 file changed
+14
@@ -0,0 +1,14 @@
|
||||
name: ci
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: smoke
|
||||
run: |
|
||||
echo "hello from gitea actions on zktc-x99"
|
||||
uname -a
|
||||
ls -la
|
||||
Reference in new issue
屏蔽一个用户