1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Exclude node_modules from CI build

This commit is contained in:
Matt
2021-08-24 06:40:00 -07:00
parent 1d0c72f5fa
commit 9d0e6f0c30

View File

@@ -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