Skip to content

Commit

Permalink
Get rid of redundant checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
drewlyton committed Jul 12, 2023
1 parent 4fc230a commit 358939d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/web-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
name: ⬣ ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: 🏗 Setup step
uses: ./.github/actions/setup

Expand All @@ -37,7 +36,6 @@ jobs:
name: ʦ TypeScript
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: 🏗 Setup step
uses: ./.github/actions/setup

Expand All @@ -48,7 +46,6 @@ jobs:
name: ⚡ Vitest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: 🏗 Setup step
uses: ./.github/actions/setup

Expand Down

0 comments on commit 358939d

Please sign in to comment.