Skip to content

Commit 6411c8d

Browse files
committed
ci: lint native code in check:lint job
1 parent ff8f525 commit 6411c8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ check:lint:
5050
- >
5151
nix-shell --run '
5252
npm run lint;
53+
npm run lint-native;
5354
'
5455
rules:
5556
# Runs on feature and staging commits and ignores version commits

0 commit comments

Comments
 (0)