We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f2b518 commit 5f3d24cCopy full SHA for 5f3d24c
.github/workflows/test.yml
@@ -10,10 +10,7 @@ jobs:
10
uses: actions/checkout@v2
11
with:
12
fetch-depth: 0
13
- - name: Use Node.js ${{ matrix.node-version }}
14
- uses: actions/setup-node@v2
15
- with:
16
- node-version: ${{ matrix.node-version }}
+ - uses: actions/setup-node@v2
17
- name: Code Style Check
18
run: npx -y prettier -c .
19
# run: npx @biomejs/biome format . # do this after we move to biome config
0 commit comments