添加 .github/workflows/test.yaml
This commit is contained in:
commit
849166958b
11
.github/workflows/test.yaml
vendored
Normal file
11
.github/workflows/test.yaml
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
name: Build
|
||||
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 测试
|
||||
run:
|
||||
df
|
Loading…
Reference in New Issue
Block a user