Browse Source

List directory.

xmkb
Pete Johanson 4 years ago
parent
commit
b4a83fa945
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -15,6 +15,8 @@ jobs: @@ -15,6 +15,8 @@ jobs:
with:
command: 'init'
command-args: '-l .'
- name: list files
run: 'ls ../'
- name: West Update
uses: ./.github/actions/zephyr-west # Uses an action in the root directory
id: west-update

Loading…
Cancel
Save