Skip to content

Commit

Permalink
Merge pull request #50 from uclahs-cds/nwiltsie_fix_linting
Browse files Browse the repository at this point in the history
Move linting configuration to .cicd-env file
  • Loading branch information
nwiltsie committed Oct 4, 2023
2 parents 55cf13c + f29e92f commit d096b96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .cicd-env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PYTHON_PYLINT_CONFIG_FILE="true"
2 changes: 0 additions & 2 deletions .github/workflows/CICD-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ jobs:
# Run CICD-base
- name: CICD-base
uses: docker://ghcr.io/uclahs-cds/cicd-base:latest
env:
PYTHON_PYLINT_CONFIG_FILE: true

0 comments on commit d096b96

Please sign in to comment.