Skip to content

Commit aa16390

Browse files
committed
Format
1 parent 7f8cd5d commit aa16390

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
install:
11-
name: "Install"
11+
name: 'Install'
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout files
@@ -29,4 +29,4 @@ jobs:
2929
uses: OffchainLabs/actions/node-modules/restore@main
3030

3131
- name: Check formatting with Prettier
32-
run: yarn prettier:format
32+
run: yarn prettier:format

.github/workflows/test-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616

1717
jobs:
1818
install:
19-
name: "Install"
19+
name: 'Install'
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout files

0 commit comments

Comments
 (0)