mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +00:00
fix github actions + issue templates
This commit is contained in:
parent
665243a230
commit
8d456bbc7e
3 changed files with 1 additions and 1 deletions
2
.github/workflows/linting.yml
vendored
2
.github/workflows/linting.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
node-version: 16
|
||||
|
||||
- name: Install Node.js dependencies
|
||||
run: npm ci
|
||||
run: yarn install
|
||||
|
||||
- name: Run linters
|
||||
uses: wearerequired/lint-action@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue