mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-28 07:51:20 +00:00
refactor: Change workflow naming, depcheck
step
This commit is contained in:
parent
4a25a1e653
commit
d79bc0b69b
1 changed files with 3 additions and 5 deletions
8
.github/workflows/check.yaml
vendored
8
.github/workflows/check.yaml
vendored
|
@ -9,8 +9,8 @@ on:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-linters:
|
run-checks:
|
||||||
name: Run linters
|
name: Run checks
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -32,6 +32,4 @@ jobs:
|
||||||
prettier: true
|
prettier: true
|
||||||
|
|
||||||
- name: Run dependency check
|
- name: Run dependency check
|
||||||
uses: tj-actions/depcheck@v9
|
run: depcheck
|
||||||
with:
|
|
||||||
ignores: 'eslint,babel-*'
|
|
||||||
|
|
Loading…
Reference in a new issue