Skip to content

Commit b687df5

Browse files
committed
ci: use updated workflow
1 parent 3783d38 commit b687df5

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

.github/workflows/dart_frog_prod_server.yaml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,15 @@ on:
1414

1515
jobs:
1616
build:
17-
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
18-
with:
19-
working_directory: bricks/dart_frog_prod_server/hooks
20-
analyze_directories: .
21-
report_on: "pre_gen.dart,post_gen.dart"
17+
runs-on: ubuntu-latest
18+
19+
steps:
20+
- name: 📚 Git Checkout
21+
uses: actions/checkout@v5
22+
23+
- name: 🎯 Build
24+
uses: ./.github/actions/dart_package
25+
with:
26+
analyze_directories: .
27+
report_on: "pre_gen.dart,post_gen.dart"
28+
working_directory: bricks/dart_frog_prod_server/hooks

0 commit comments

Comments
 (0)