Skip to content

Commit 16bf99f

Browse files
committed
ci: fix yaml
1 parent bc3bafe commit 16bf99f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/standalone-project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
node-version: ${{ matrix.node-version }}
2727

2828
# run cli without installing once, as a sanity check for fresh install
29-
- uses: "mikeal/npx@master"
30-
args: @app-config/cli -v
29+
- uses: mikeal/npx@master
30+
args: '@app-config/cli -v'
3131

3232
- run: yarn install
3333
- run: yarn build

0 commit comments

Comments
 (0)