Skip to content

Commit

Permalink
lint after installing linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jteijema committed Apr 12, 2024
1 parent 8c44764 commit 78c1181
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
architecture: 'x64'
- name: Lint python with ruff
run: |
ruff check .
- name: Cache Python packages
uses: actions/cache@v3
with:
Expand All @@ -26,6 +23,9 @@ jobs:
- name: Install dependencies
run: |
pip install . ruff scitree asreview-datatools asreview-insights synergy-dataset
- name: Lint python with ruff
run: |
ruff check .
- name: Set up directories
run: |
mkdir -p ./tmp/basic/data-test ./tmp/arfi/data ./tmp/multimodel/data ./tmp/scripts ./tmp/synergy/data
Expand Down

0 comments on commit 78c1181

Please sign in to comment.