Skip to content

Commit 734c674

Browse files
[TASK] Lint Frontend sources in CGL workflow
1 parent 88d817b commit 734c674

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/cgl.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,13 @@ jobs:
4848
# SCA
4949
- name: SCA PHP
5050
run: composer sca:php -- --error-format github
51+
52+
# Install Frontend dependencies
53+
- name: Install Frontend dependencies
54+
run: yarn --cwd Resources/Private/Frontend --frozen-lockfile
55+
56+
# Frontend linting
57+
- name: Lint SCSS
58+
run: yarn --cwd Resources/Private/Frontend lint:scss
59+
- name: Lint TypeScript
60+
run: yarn --cwd Resources/Private/Frontend lint:ts

0 commit comments

Comments
 (0)