diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8ee83eb..f035b7c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,14 +6,13 @@ on: - main jobs: example-job: - runs-on: ubuntu - steps: - - name: print a welcome message - run: echo "welcome to our first github actions workflow" + steps: + - name: print a welcome message + run: echo "welcome to our first github actions workflow" - - name: checkout repository - uses: actions/checkout@v5.0.0 + - name: checkout repository + uses: actions/checkout@v5.0.0 - - name: List repository files - run: ls -la + - name: List repository files + run: ls -la