Skip to content

Commit

Permalink
Use the right path dealing with analysis files. (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbassett-tibco committed Jan 11, 2024
1 parent f8bb3ef commit 11a90a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,11 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: analysis-files
path: analysis
- name: Install Tools
run: |
pip install `ls dist/*.whl`[lint]
- name: Static Analysis with pylint
run: |
cd analysis-files
cd analysis
pylint spotfire

0 comments on commit 11a90a2

Please sign in to comment.