mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 10:58:37 -06:00
Exclude node_modules from CI build
This commit is contained in:
parent
ea7a438a33
commit
64bfc7afe3
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