Skip to content

Commit 016e6e2

Browse files
Run format yml
1 parent 7253d02 commit 016e6e2

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
run: uv python install ${{ env.DEFAULT_PYTHON_VERSION }}
5959

6060
- name: Install dependencies
61-
run: uv sync -p ${{ env.DEFAULT_PYTHON_VERSION }} --frozen --no-group dev
62-
--no-group docs --no-group test
61+
run: uv sync -p ${{ env.DEFAULT_PYTHON_VERSION }} --frozen --no-group dev --no-group
62+
docs --no-group test
6363

6464
- name: Run pyright
6565
run: uv run -p ${{ env.DEFAULT_PYTHON_VERSION }} --no-sync pyright
@@ -102,14 +102,16 @@ jobs:
102102
--no-group lint
103103

104104
- name: Run pytest
105-
run: uv run -p ${{ matrix.python }} --no-sync coverage run --parallel-mode -m pytest
105+
run: uv run -p ${{ matrix.python }} --no-sync coverage run --parallel-mode -m
106+
pytest
106107

107108
- name: Upload coverage data
108109
uses: actions/upload-artifact@v4
109110
with:
110-
name: coverage-data-${{ matrix.session }}-${{ matrix.os }}-${{ matrix.python }}
111+
name: coverage-data-${{ matrix.session }}-${{ matrix.os }}-${{ matrix.python
112+
}}
111113
include-hidden-files: true
112-
path: ".coverage.*"
114+
path: .coverage.*
113115

114116
docs-build:
115117
name: docs-build
@@ -129,8 +131,8 @@ jobs:
129131
run: uv python install ${{ env.DEFAULT_PYTHON_VERSION }}
130132

131133
- name: Install dependencies
132-
run: uv sync -p ${{ env.DEFAULT_PYTHON_VERSION }} --frozen --no-group dev
133-
--no-group lint --no-group test
134+
run: uv sync -p ${{ env.DEFAULT_PYTHON_VERSION }} --frozen --no-group dev --no-group
135+
lint --no-group test
134136

135137
- name: Install pandoc
136138
uses: pandoc/actions/setup@v1

.github/workflows/greetings.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ jobs:
99
issues: write
1010
pull-requests: write
1111
steps:
12-
- uses: actions/first-interaction@v1
13-
with:
14-
repo-token: ${{ secrets.GITHUB_TOKEN }}
15-
issue-message: "Thanks for opening your first issue in ``concreteproperties`` :raised_hands: Pull requests are always welcome :wink:"
16-
pr-message: "Thank you for your contribution to ``concreteproperties`` :pray: We will be reviewing your PR shortly :monocle_face:"
12+
- uses: actions/first-interaction@v1
13+
with:
14+
repo-token: ${{ secrets.GITHUB_TOKEN }}
15+
issue-message: 'Thanks for opening your first issue in ``concreteproperties``
16+
:raised_hands: Pull requests are always welcome :wink:'
17+
pr-message: 'Thank you for your contribution to ``concreteproperties`` :pray:
18+
We will be reviewing your PR shortly :monocle_face:'

0 commit comments

Comments
 (0)