mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 04:22:01 -06:00
Exclude node_modules from CI build
This commit is contained in:
parent
1d0c72f5fa
commit
9d0e6f0c30
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
||||
run: python netbox/manage.py collectstatic --no-input
|
||||
|
||||
- name: Check PEP8 compliance
|
||||
run: pycodestyle --ignore=W504,E501 netbox/
|
||||
run: pycodestyle --ignore=W504,E501 --exclude=node_modules netbox/
|
||||
|
||||
- name: Check UI ESLint, TypeScript, and Prettier Compliance
|
||||
run: yarn --cwd netbox/project-static validate
|
||||
|
Loading…
Reference in New Issue
Block a user