Skip to content

Commit f12abea

Browse files
committed
fix: fix type, add shell
1 parent d71a590 commit f12abea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/std.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,10 @@ jobs:
7575
- uses: actions/checkout@v4
7676
- run: |
7777
if ! grep -qF '"@esbuild/linux-x64@npm:' yarn-project.nix ; then
78-
echo >&2 'Please, make sure that they ‘yarn-project.nix contains @esbuild/linux-x64@npm (see your diff).'
79-
exit 1
78+
echo >&2 'Please, make sure that the "yarn-project.nix" contains "@esbuild/linux-x64@npm" (see your diff).'
79+
exit 1
8080
fi
81+
shell: bash
8182
8283
discover:
8384
needs: check-yarn-project-nix

0 commit comments

Comments
 (0)