We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3783d38 commit b687df5Copy full SHA for b687df5
.github/workflows/dart_frog_prod_server.yaml
@@ -14,8 +14,15 @@ on:
14
15
jobs:
16
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"
+ runs-on: ubuntu-latest
+
+ steps:
+ - name: 📚 Git Checkout
+ 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