Skip to content

Commit 1ba21c0

Browse files
committed
Run: prettier --single-quote '.github/**/*.{yml,yaml}' --write
1 parent 611cca2 commit 1ba21c0

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: "CodeQL"
1+
name: 'CodeQL'
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [master]
66
pull_request:
7-
branches: [ master ]
7+
branches: [master]
88
schedule:
99
- cron: '16 5 * * 2'
1010

@@ -18,16 +18,16 @@ jobs:
1818
security-events: write
1919

2020
steps:
21-
- name: Checkout repository
22-
uses: actions/checkout@v3
21+
- name: Checkout repository
22+
uses: actions/checkout@v3
2323

24-
- name: Initialize CodeQL
25-
uses: github/codeql-action/init@v2
26-
with:
27-
languages: "python"
24+
- name: Initialize CodeQL
25+
uses: github/codeql-action/init@v2
26+
with:
27+
languages: 'python'
2828

29-
- name: Autobuild
30-
uses: github/codeql-action/autobuild@v2
29+
- name: Autobuild
30+
uses: github/codeql-action/autobuild@v2
3131

32-
- name: Perform CodeQL Analysis
33-
uses: github/codeql-action/analyze@v2
32+
- name: Perform CodeQL Analysis
33+
uses: github/codeql-action/analyze@v2

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ["3.11"]
13+
python-version: ['3.11']
1414
steps:
1515
- uses: actions/checkout@v3
1616

@@ -69,8 +69,8 @@ jobs:
6969
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
7070
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
7171
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
72-
AWS_REGION: "us-west-1" # optional: defaults to us-east-1
73-
SOURCE_DIR: "docs/_build/html" # optional: defaults to entire repository
72+
AWS_REGION: 'us-west-1' # optional: defaults to us-east-1
73+
SOURCE_DIR: 'docs/_build/html' # optional: defaults to entire repository
7474

7575
- name: Purge cache on Cloudflare
7676
if: env.PUBLISH == 'true'

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: ["3.9", "3.11"]
12+
python-version: ['3.9', '3.11']
1313
steps:
1414
- uses: actions/checkout@v3
1515

@@ -54,7 +54,7 @@ jobs:
5454

5555
strategy:
5656
matrix:
57-
python-version: ["3.11"]
57+
python-version: ['3.11']
5858

5959
steps:
6060
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)