Skip to content

Commit 06ce0fd

Browse files
committed
Fix workflow?
1 parent a69589f commit 06ce0fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dart_frog_lint.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ on:
2020

2121
jobs:
2222
build:
23-
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
24-
with:
25-
working_directory: packages/dart_frog
26-
23+
runs-on: ubuntu-latest
2724
steps:
25+
- uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
26+
with:
27+
working_directory: packages/dart_frog
2828
- run: dart run custom_lint
2929

3030
pana:

0 commit comments

Comments
 (0)