Skip to content

Commit

Permalink
e improved pipeline naming
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbigkid committed Jan 11, 2025
1 parent cb02770 commit 9849937
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
- name: checkout
uses: actions/checkout@v4
- name: run lint
uses: astral-sh/ruff-action@v3
with:
args: check
src: "./abk_bwp"
Expand Down

0 comments on commit 9849937

Please sign in to comment.