Skip to content

Commit

Permalink
try sending to /dev/null
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Jun 1, 2024
1 parent 0ac3604 commit 600548f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 16.x
- run: curl -fsSL https://git.io/shellspec | sh
- run: curl -fsSL https://git.io/shellspec | sh > /dev/null
- run: npm install
- run: npm run standard
- run: npm run test

0 comments on commit 600548f

Please sign in to comment.