Skip to content

Commit 1a80cb6

Browse files
author
Ryan
committed
Updated github workflow
1 parent a2c9cb5 commit 1a80cb6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
name: Foundry project
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- name: Checkout repository
17+
uses: actions/checkout@v4
1718
with:
1819
submodules: recursive
1920

@@ -28,7 +29,7 @@ jobs:
2829
2930
- name: Install dependencies
3031
run: |
31-
forge install --no-commit
32+
forge install
3233
forge update
3334
3435
- name: Run Forge fmt

0 commit comments

Comments
 (0)