diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ba886ce..2ba1412 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,7 @@ name: GitHub Actions run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 on: [push] jobs: - ActionsTest7: + ActionsTest: runs-on: ubuntu-latest steps: - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." @@ -16,7 +16,7 @@ jobs: run: | ls ${{ github.workspace }} - run: echo "🍏 This job's status is ${{job.status}}." - eslint2: + eslint: runs-on: ubuntu-latest steps: - name: Check out repository code