We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f8cd5d commit aa16390Copy full SHA for aa16390
2 files changed
.github/workflows/format.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
install:
11
- name: "Install"
+ name: 'Install'
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout files
@@ -29,4 +29,4 @@ jobs:
29
uses: OffchainLabs/actions/node-modules/restore@main
30
31
- name: Check formatting with Prettier
32
- run: yarn prettier:format
+ run: yarn prettier:format
.github/workflows/test-all.yml
@@ -16,7 +16,7 @@ env:
16
17
18
19
20
21
22
0 commit comments