Skip to content

Commit 49e463e

Browse files
authored
fix: Require lint for build steps (#3)
1 parent e6ec40f commit 49e463e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,12 @@ workflows:
132132
branches:
133133
only: master
134134
requires:
135+
- lint
135136
- build_and_version
136137
- deploy_to_firebase_stg:
137138
filters:
138139
branches:
139140
only: staging
140141
requires:
142+
- lint
141143
- build_without_version

0 commit comments

Comments
 (0)