Skip to content

Commit dda4286

Browse files
committed
Consistent formatting style across all workflows
1 parent 5d40976 commit dda4286

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

Diff for: .github/workflows/cygwin-test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ on: [push, pull_request, workflow_dispatch]
55
jobs:
66
build:
77
runs-on: windows-latest
8+
89
strategy:
910
fail-fast: false
11+
1012
env:
1113
CHERE_INVOKING: 1
1214
TMP: "/tmp"
1315
TEMP: "/tmp"
16+
1417
defaults:
1518
run:
1619
shell: C:\cygwin\bin\bash.exe --noprofile --norc -exo pipefail -o igncr "{0}"

Diff for: .github/workflows/lint.yml

+7-5
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v4
11-
- uses: actions/setup-python@v4
12-
with:
13-
python-version: "3.x"
14-
- uses: pre-commit/[email protected]
10+
- uses: actions/checkout@v4
11+
12+
- uses: actions/setup-python@v4
13+
with:
14+
python-version: "3.x"
15+
16+
- uses: pre-commit/[email protected]

Diff for: .github/workflows/pythonpackage.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ permissions:
1010

1111
jobs:
1212
build:
13-
1413
runs-on: ubuntu-latest
14+
1515
strategy:
1616
fail-fast: false
1717
matrix:
@@ -20,6 +20,7 @@ jobs:
2020
- experimental: false
2121
- python-version: "3.12"
2222
experimental: true
23+
2324
defaults:
2425
run:
2526
shell: /bin/bash --noprofile --norc -exo pipefail {0}

0 commit comments

Comments
 (0)