Skip to content

Commit

Permalink
Use new version of adrenaline
Browse files Browse the repository at this point in the history
Which replaces Black with Ruff format
  • Loading branch information
eshwen committed Jan 30, 2024
1 parent 34cf125 commit 2e6c402
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
contents: 'write'
actions: 'write'

uses: eshwen/adrenaline/.github/workflows/api-docs-build.yml@v0.2.5
uses: eshwen/adrenaline/.github/workflows/api-docs-build.yml@v0.3.0
with:
python-version: '3.10'
changelog: 'CHANGELOG.md'
2 changes: 1 addition & 1 deletion .github/workflows/quality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:

jobs:
lint:
uses: eshwen/adrenaline/.github/workflows/python-quality-check.yml@v0.2.5
uses: eshwen/adrenaline/.github/workflows/python-quality-check.yml@v0.3.0
with:
python-version: '3.10'
path: 'my_project/'
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4

- name: Test
uses: eshwen/adrenaline/test-python@v0.2.5
uses: eshwen/adrenaline/test-python@v0.3.0
with:
python-version: '3.10'
path: 'my_project/'
Expand Down

0 comments on commit 2e6c402

Please sign in to comment.