Skip to content

Commit 87683aa

Browse files
committed
Run: prettier --single-quote '.github/**/*.{yml,yaml}' --write
1 parent 86268ac commit 87683aa

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ["3.8", "3.11"]
14-
tmux-version: ["2.6", "2.7", "2.8", "3.0a", "3.1b", "3.2a", "3.3a", "master"]
13+
python-version: ['3.8', '3.11']
14+
tmux-version: ['2.6', '2.7', '2.8', '3.0a', '3.1b', '3.2a', '3.3a', 'master']
1515
steps:
1616
- uses: actions/checkout@v3
1717

@@ -85,7 +85,7 @@ jobs:
8585

8686
strategy:
8787
matrix:
88-
python-version: ["3.11"]
88+
python-version: ['3.11']
8989

9090
steps:
9191
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)