Skip to content

Commit a7356af

Browse files
committed
Disable unused js/css linters
1 parent a345c5c commit a7356af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232

3333
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.11.0
3434
with:
35-
enable_eslinter: true
35+
enable_eslinter: false
3636
enable_jsonlinter: true
37-
enable_stylelinter: true
37+
enable_stylelinter: false
3838
enable_yamllinter: true
3939

4040
unit-tests-linux:

0 commit comments

Comments
 (0)