File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 20
20
21
21
jobs :
22
22
build :
23
+ uses : VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
24
+ with :
25
+ working_directory : packages/dart_frog
26
+
27
+ custom_lint :
23
28
runs-on : ubuntu-latest
24
29
steps :
25
- - uses : VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
30
+
26
31
with :
27
- working_directory : packages/dart_frog
28
- - run : dart run custom_lint
32
+ fetch-depth : 2
33
+ -
uses :
subosito/[email protected]
34
+ - name : Add pub cache bin to PATH
35
+ run : echo "$HOME/.pub-cache/bin" >> $GITHUB_PATH
36
+ - name : Add pub cache to PATH
37
+ run : echo "PUB_CACHE="$HOME/.pub-cache"" >> $GITHUB_ENV
38
+ - name : Install dependencies
39
+ run : flutter pub get
40
+ - name : Run custom_lint
41
+ run : dart run custom_lint
29
42
30
43
pana :
31
44
uses : VeryGoodOpenSource/very_good_workflows/.github/workflows/pana.yml@v1
You can’t perform that action at this time.
0 commit comments