mirror of
https://github.com/nathonius/obsidian-github-link.git
synced 2026-07-22 09:20:25 +00:00
🤖 ci: #107 Add test to code check workflow
This commit is contained in:
parent
fae232cba4
commit
8ef8163425
1 changed files with 3 additions and 2 deletions
5
.github/workflows/code-check.yml
vendored
5
.github/workflows/code-check.yml
vendored
|
|
@ -6,13 +6,14 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
uses: "./.github/workflows/build.yml"
|
||||
lint:
|
||||
check:
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
- name: Lint
|
||||
- name: Lint and Test
|
||||
run: |
|
||||
npm install
|
||||
npm run lint
|
||||
npm run test
|
||||
|
|
|
|||
Loading…
Reference in a new issue