diff --git a/.github/workflows/starter.yml b/.github/workflows/starter.yml index 01502b1..61c76fe 100644 --- a/.github/workflows/starter.yml +++ b/.github/workflows/starter.yml @@ -27,10 +27,10 @@ jobs: # Runs a single command using the runners shell - name: Run a one-line script - run: echo Hello, world! + run: env # Runs a set of commands using the runners shell - name: Run a multi-line script run: | - echo Add other actions to build, - echo test, and deploy your project. + ls -l + tree . diff --git a/one/first b/one/first new file mode 100644 index 0000000..e69de29 diff --git a/one/two/second b/one/two/second new file mode 100644 index 0000000..e69de29 diff --git a/one/two/three/third b/one/two/three/third new file mode 100644 index 0000000..e69de29