Skip to content

Commit b185f9e

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

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/std.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,11 @@ jobs:
7474
steps:
7575
- uses: actions/checkout@v4
7676
- run: |
77-
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
77+
if ! grep -F '"@esbuild/linux-x64@npm:' yarn-project.nix ; then
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)