Skip to content

Commit f3462d0

Browse files
committed
Fix new action
1 parent e33887e commit f3462d0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/format.yml

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

99
jobs:
1010
check-formatting:
11-
name: "Check Formatting"
11+
name: 'Check Formatting'
1212
runs-on: ubuntu-latest
13-
needs: install
1413
steps:
1514
- name: Checkout files
1615
uses: actions/checkout@v4
@@ -19,4 +18,4 @@ jobs:
1918
uses: OffchainLabs/actions/node-modules/install@main
2019

2120
- name: Check formatting with Prettier
22-
run: yarn format:check
21+
run: yarn format:check

0 commit comments

Comments
 (0)