buildtest/.github/workflows/test.yaml
Workflow config file is invalid. Please check your config file: yaml: line 8: did not find expected '-' indicator

12 lines
133 B
YAML

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