Skip to content

Commit c1c6703

Browse files
committed
Enforce Prettier formatting
1 parent 849aaa9 commit c1c6703

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.git-blame-ignore-revs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
# See https://git-scm.com/docs/git-blame#Documentation/git-blame.txt---ignore-revs-fileltfilegt
66

77
# Initial Prettier reformatting (#TBC)
8+
849aaa98b7900ec5e93cfbed56379ddeb44c723d

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
node-version-file: '.nvmrc'
5656
- run: npm ci --no-audit
57-
- run: npm run lint || true
57+
- run: npm run lint
5858
- run: npm run build
5959
- run: pipx install "poetry>=2.1.2,<3"
6060
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)