File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : dart_frog_lint
2
+
3
+ on :
4
+ pull_request :
5
+ paths :
6
+ - " .github/workflows/dart_frog.yaml"
7
+ - " packages/dart_frog_lint/lib/**"
8
+ - " packages/dart_frog_lint/test/**"
9
+ - " packages/dart_frog_lint/pubspec.yaml"
10
+ push :
11
+ branches :
12
+ - main
13
+ paths :
14
+ - " .github/workflows/dart_frog_lint.yaml"
15
+ - " packages/dart_frog_lint/lib/**"
16
+ - " packages/dart_frog_lint/test/**"
17
+ - " packages/dart_frog_lint/pubspec.yaml"
18
+
19
+ jobs :
20
+ build :
21
+ uses : VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
22
+ with :
23
+ working_directory : packages/dart_frog
24
+
25
+ steps :
26
+ - run : dart run custom_lint
27
+
28
+ pana :
29
+ uses : VeryGoodOpenSource/very_good_workflows/.github/workflows/pana.yml@v1
30
+ with :
31
+ working_directory : packages/dart_frog
You can’t perform that action at this time.
0 commit comments