Skip to content

Commit cac2531

Browse files
committed
re-enable bloc_lint in workflows
1 parent 172d366 commit cac2531

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dart_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ on:
6464
default: false
6565
run_bloc_lint:
6666
type: boolean
67-
default: false
67+
default: true
6868
required: false
6969
secrets:
7070
ssh_key:

.github/workflows/flutter_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ on:
6060
default: "!*"
6161
run_bloc_lint:
6262
type: boolean
63-
default: false
63+
default: true
6464
required: false
6565
secrets:
6666
ssh_key:

0 commit comments

Comments
 (0)