Skip to content

Commit

Permalink
chore: Re-add checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
garethfuller committed Sep 18, 2024
1 parent e0ee346 commit e846d14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Run lint
Expand All @@ -47,6 +48,7 @@ jobs:
Unit-Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Run typecheck
Expand All @@ -57,6 +59,7 @@ jobs:
Integration-Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Set up foundry (includes anvil)
Expand Down

0 comments on commit e846d14

Please sign in to comment.