Skip to content

Commit 9a1d7dd

Browse files
committed
Revert prettier changes to files we don't want prettier running on
1 parent 004b00b commit 9a1d7dd

7 files changed

Lines changed: 2609 additions & 5708 deletions

File tree

.github/workflows/ci.yml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5,44 +5,44 @@ name: CI
55

66
on:
77
push:
8-
branches: [master]
8+
branches: [ master ]
99
pull_request:
10-
branches: [master]
10+
branches: [ master ]
1111

1212
jobs:
1313
self-lint:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v6
17-
- uses: pnpm/action-setup@v4
18-
with:
19-
run_install: false
20-
- uses: actions/setup-node@v6
21-
with:
22-
node-version: 22.x
23-
cache: 'pnpm'
24-
25-
- run: pnpm install
26-
- run: pnpm lint
16+
- uses: actions/checkout@v6
17+
- uses: pnpm/action-setup@v4
18+
with:
19+
run_install: false
20+
- uses: actions/setup-node@v6
21+
with:
22+
node-version: 22.x
23+
cache: 'pnpm'
24+
25+
- run: pnpm install
26+
- run: pnpm lint
2727

2828
build:
2929
runs-on: ${{ matrix.os }}-latest
3030

3131
strategy:
3232
matrix:
33-
os: [ubuntu, windows]
33+
os: [ ubuntu, windows ]
3434
node-version: [18.x, 20.x, 22.x]
3535

3636
steps:
37-
- uses: actions/checkout@v6
38-
- uses: pnpm/action-setup@v4
39-
with:
40-
run_install: false
41-
- name: Use Node.js ${{ matrix.node-version }}
42-
uses: actions/setup-node@v6
43-
with:
44-
node-version: ${{ matrix.node-version }}
45-
cache: 'pnpm'
46-
47-
- run: pnpm install
48-
- run: pnpm test:coverage
37+
- uses: actions/checkout@v6
38+
- uses: pnpm/action-setup@v4
39+
with:
40+
run_install: false
41+
- name: Use Node.js ${{ matrix.node-version }}
42+
uses: actions/setup-node@v6
43+
with:
44+
node-version: ${{ matrix.node-version }}
45+
cache: 'pnpm'
46+
47+
- run: pnpm install
48+
- run: pnpm test:coverage

.github/workflows/codeql-analysis.yml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
# the `language` matrix defined below to confirm you have the correct set of
1010
# supported CodeQL languages.
1111
#
12-
name: 'CodeQL'
12+
name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [master]
16+
branches: [ master ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [master]
19+
branches: [ master ]
2020
schedule:
2121
- cron: '18 9 * * 2'
2222

@@ -32,40 +32,40 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
language: ['javascript']
35+
language: [ 'javascript' ]
3636
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
3737
# Learn more:
3838
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
3939

4040
steps:
41-
- name: Checkout repository
42-
uses: actions/checkout@v6
41+
- name: Checkout repository
42+
uses: actions/checkout@v6
4343

44-
# Initializes the CodeQL tools for scanning.
45-
- name: Initialize CodeQL
46-
uses: github/codeql-action/init@v3
47-
with:
48-
languages: ${{ matrix.language }}
49-
# If you wish to specify custom queries, you can do so here or in a config file.
50-
# By default, queries listed here will override any specified in a config file.
51-
# Prefix the list here with "+" to use these queries and those in the config file.
52-
# queries: ./path/to/local/query, your-org/your-repo/queries@main
44+
# Initializes the CodeQL tools for scanning.
45+
- name: Initialize CodeQL
46+
uses: github/codeql-action/init@v3
47+
with:
48+
languages: ${{ matrix.language }}
49+
# If you wish to specify custom queries, you can do so here or in a config file.
50+
# By default, queries listed here will override any specified in a config file.
51+
# Prefix the list here with "+" to use these queries and those in the config file.
52+
# queries: ./path/to/local/query, your-org/your-repo/queries@main
5353

54-
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
55-
# If this step fails, then you should remove it and run the build manually (see below)
56-
- name: Autobuild
57-
uses: github/codeql-action/autobuild@v3
54+
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
55+
# If this step fails, then you should remove it and run the build manually (see below)
56+
- name: Autobuild
57+
uses: github/codeql-action/autobuild@v3
5858

59-
# ℹ️ Command-line programs to run using the OS shell.
60-
# 📚 https://git.io/JvXDl
59+
# ℹ️ Command-line programs to run using the OS shell.
60+
# 📚 https://git.io/JvXDl
6161

62-
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
63-
# and modify them (or add more) to build your code if your project
64-
# uses a compiled language
62+
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
63+
# and modify them (or add more) to build your code if your project
64+
# uses a compiled language
6565

66-
#- run: |
67-
# make bootstrap
68-
# make release
66+
#- run: |
67+
# make bootstrap
68+
# make release
6969

70-
- name: Perform CodeQL Analysis
71-
uses: github/codeql-action/analyze@v3
70+
- name: Perform CodeQL Analysis
71+
uses: github/codeql-action/analyze@v3

.github/workflows/plan-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
contents: write
3636
issues: read
3737
pull-requests: write
38-
if: needs.should-run-release-plan-prepare.outputs.should-prepare == 'true'
38+
if: needs.should-run-release-plan-prepare.outputs.should-prepare == 'true'
3939
steps:
4040
- uses: release-plan/actions/prepare@v1
4141
name: Run release-plan prepare
@@ -49,7 +49,7 @@ jobs:
4949
name: Create Prepare Release PR
5050
with:
5151
commit-message: "Prepare Release ${{ steps.explanation.outputs.new-version}} using 'release-plan'"
52-
labels: 'internal'
52+
labels: "internal"
5353
sign-commits: true
5454
branch: release-preview
5555
title: Prepare Release ${{ steps.explanation.outputs.new-version }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818

1919
jobs:
2020
publish:
21-
name: 'NPM Publish'
21+
name: "NPM Publish"
2222
runs-on: ubuntu-latest
2323
permissions:
2424
contents: write

0 commit comments

Comments
 (0)