Workflow config file is invalid. Please check your config file: yaml: line 14: could not find expected ':'
|
name: test filesystem mounting
|
|
on: push
|
|
jobs:
|
|
test-filesystem:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Root filesystem
|
|
run: ls -lha /
|
|
|
|
- name: Data mount?
|
|
run: ls -lha /data
|
|
|
|
- name: Web mount?
|
|
run ls -lha /www
|