buildtest/.github/workflows/test.yaml
Workflow config file is invalid. Please check your config file: yaml: line 11: could not find expected ':'

12 lines
120 B
YAML

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 测试
run: |
df
ls -al