Skip to content

Commit ca8c2f3

Browse files
committed
Add corral fetch step to pony-lint workflow
Projects with dependencies need corral fetch before pony-lint can resolve their use statements.
1 parent 8316f1a commit ca8c2f3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pony-lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ jobs:
2020
image: ghcr.io/ponylang/shared-docker-ci-standard-builder:release
2121
steps:
2222
- uses: actions/checkout@v6.0.2
23+
- name: Fetch dependencies
24+
run: corral fetch
2325
- name: Lint
2426
run: pony-lint

0 commit comments

Comments
 (0)