Skip to content

Commit 789143a

Browse files
committed
Added remark-link, jshintrc, workflows and other configs
2 parents ec29347 + c1346c4 commit 789143a

File tree

8 files changed

+266
-236
lines changed

8 files changed

+266
-236
lines changed

.github/workflows/codacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
- name: Upload SARIF results file
5959
uses: github/codeql-action/upload-sarif@v2
6060
with:
61-
sarif_file: results.sarif
61+
sarif_file: results.sarif

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ jobs:
7979
- name: Perform CodeQL Analysis
8080
uses: github/codeql-action/analyze@v2
8181
with:
82-
category: "/language:${{matrix.language}}"
82+
category: "/language:${{matrix.language}}"

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- name: 'Checkout Repository'
1818
uses: actions/checkout@v3
1919
- name: 'Dependency Review'
20-
uses: actions/dependency-review-action@v3
20+
uses: actions/dependency-review-action@v3

0 commit comments

Comments
 (0)