We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 966c08d commit b21e63eCopy full SHA for b21e63e
.github/workflows/codeql.yml
@@ -21,7 +21,7 @@ jobs:
21
fail-fast: false
22
matrix:
23
include:
24
- - language: actions
+ - language: javascript-typescript
25
build-mode: none
26
27
steps:
.github/workflows/quality.yml
@@ -35,7 +35,7 @@ jobs:
35
find . -type f -size +1M -not -path "./.git/*" | head -10 || echo "No large files"
36
37
- name: EditorConfig check
38
- uses: editorconfig-checker/action-editorconfig-checker@8c9b118d446fce7e6410b6c0a3ce2f83bd04e97a # v2.1.0
+ uses: editorconfig-checker/action-editorconfig-checker@4b6cd6190d435e7e084fb35e36a096e98506f7b9 # v2.1.0
39
continue-on-error: true
40
41
docs:
0 commit comments