diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2b9a893..89303ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,5 +8,8 @@ jobs: hello_world: runs-on: ubuntu-latest steps: - - name: Hello World Action - run: echo "Hello, World!" \ No newline at end of file + - name: Checkout code + uses: actions/checkout@v4 + + - name: List files + run: ls -lh \ No newline at end of file