Skip to content

Commit

Permalink
ci: enforce code ql and linter
Browse files Browse the repository at this point in the history
  • Loading branch information
hegerdes committed Jun 21, 2023
1 parent fd419d9 commit 3d99cbf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Install dependencies
run: npm install

- name: Run lint
run: npm run lint

- name: Build app
run: |
# Running test
Expand Down
11 changes: 11 additions & 0 deletions .github/workflows/test-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@ jobs:
- name: Install packages
run: npm install

- name: Dependency Review
uses: actions/dependency-review-action@v2

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: javascript

- name: Run lint
run: npm run lint

- name: Test compile
run: |
# Running test
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
"personal knowledge management",
"productivity"
]
}
}

0 comments on commit 3d99cbf

Please sign in to comment.