mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-27 15:31:21 +00:00
refactor: Change workflow naming, depcheck
step
This commit is contained in:
parent
d3c2d9082c
commit
5bfc6e18f1
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
|
||||
|
||||
jobs:
|
||||
run-linters:
|
||||
name: Run linters
|
||||
run-checks:
|
||||
name: Run checks
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
@ -32,6 +32,4 @@ jobs:
|
|||
prettier: true
|
||||
|
||||
- name: Run dependency check
|
||||
uses: tj-actions/depcheck@v9
|
||||
with:
|
||||
ignores: 'eslint,babel-*'
|
||||
run: depcheck
|
||||
|
|
Loading…
Reference in a new issue