Skip to content

Commit 1b52cb8

Browse files
authored
Merge pull request #109 from segment-oj/szdytom-strict-CI
make CI stricter
2 parents 4a299aa + 5e22c37 commit 1b52cb8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/lint.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Lint Check CI
22

3-
on: [pull_request]
3+
on:
4+
pull_request:
5+
branches: [master]
6+
push:
7+
branches: [master]
48

59
jobs:
610
lint-ubuntu:
@@ -57,4 +61,4 @@ jobs:
5761
- name: Run Lint
5862
run: |
5963
npm run lint -- --no-fix
60-
npm run lint:css
64+
npm run lint:css

0 commit comments

Comments
 (0)