Skip to content

Commit

Permalink
Merge pull request #998 from BCDA-APS/997-davidslusser/actions_python…
Browse files Browse the repository at this point in the history
…_ruff

resume use of davidslusser/actions_python_ruff workflow action

@MDecarabas Thanks!
  • Loading branch information
prjemian authored Jul 8, 2024
2 parents 5e405e7 + abed205 commit 64023b1
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,11 @@ jobs:
set -vxeuo pipefail
python -m pip install --upgrade pip
# - name: Run ruff
# uses: davidslusser/[email protected]
# with:
# python_version: "3.11"
# https://github.com/davidslusser/actions_python_ruff/issues/2

- run: pip install ruff
- run: ruff check .

- name: Run ruff
uses: davidslusser/[email protected]
with:
python_version: "3.11"

install-catalogs:
name: Install & cache databroker catalogs
runs-on: ubuntu-latest
Expand Down

0 comments on commit 64023b1

Please sign in to comment.