Skip to content

Commit 0505727

Browse files
committed
chore: lint prose undo
1 parent 282c055 commit 0505727

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ on:
77
workflow_dispatch:
88

99
concurrency:
10-
group:
11-
${{ github.workflow }}-${{ github.ref_name }}-${{
10+
group: ${{ github.workflow }}-${{ github.ref_name }}-${{
1211
github.event.pull_request.number || github.sha }}
1312
cancel-in-progress: true
1413

@@ -72,8 +71,7 @@ jobs:
7271
run: uvx ruff check .
7372

7473
- name: "Validate project metadata"
75-
run:
76-
uvx --from 'validate-pyproject[all,store]' validate-pyproject
74+
run: uvx --from 'validate-pyproject[all,store]' validate-pyproject
7775
pyproject.toml
7876

7977
build-and-publish:

.github/workflows/python-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,4 @@ jobs:
5353
with:
5454
user: __token__
5555
password: ${{ secrets.GITHUB_TOKEN }}
56-
repository-url:
57-
https://pypi.pkg.github.com/${{ github.repository_owner }}
56+
repository-url: https://pypi.pkg.github.com/${{ github.repository_owner }}

0 commit comments

Comments
 (0)