Skip to content

Commit 20ab1f9

Browse files
committed
chore: prettier
1 parent ea343d0 commit 20ab1f9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build_test_deploy.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ on:
77
- master
88
- maint/*
99
tags:
10-
- '*'
10+
- "*"
1111
pull_request:
1212
branches:
1313
- main
1414
- master
1515
- maint/*
1616
schedule:
1717
# 8am EST / 9am EDT Mondays
18-
- cron: '0 13 * * 1'
18+
- cron: "0 13 * * 1"
1919
workflow_dispatch:
2020

2121
defaults:
@@ -60,10 +60,10 @@ jobs:
6060
runs-on: ${{ matrix.os }}
6161
strategy:
6262
matrix:
63-
os: ['ubuntu-latest']
64-
python-version: ['3.10', '3.11', '3.12', '3.13']
63+
os: ["ubuntu-latest"]
64+
python-version: ["3.10", "3.11", "3.12", "3.13"]
6565
dependencies: [latest] # , pre]
66-
architecture: ['x64']
66+
architecture: ["x64"]
6767
include:
6868
# Test minimum dependencies on oldest supported Python
6969
- os: ubuntu-latest
@@ -124,8 +124,8 @@ jobs:
124124
needs: [build]
125125
strategy:
126126
matrix:
127-
os: ['ubuntu-latest']
128-
python-version: ['3.12']
127+
os: ["ubuntu-latest"]
128+
python-version: ["3.12"]
129129

130130
env:
131131
DEPENDS: ${{ matrix.dependencies }}
@@ -195,11 +195,11 @@ jobs:
195195
uses: pypa/gh-action-pypi-publish@release/v1
196196

197197
checks:
198-
runs-on: 'ubuntu-latest'
198+
runs-on: "ubuntu-latest"
199199
continue-on-error: true
200200
strategy:
201201
matrix:
202-
check: ['style', 'spellcheck']
202+
check: ["style", "spellcheck"]
203203

204204
steps:
205205
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)