Skip to content

Commit 5464dac

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/std.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ jobs:
7474
steps:
7575
- uses: actions/checkout@v4
7676
- run: |
77+
shell: bash
7778
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+
echo >&2 'Please, make sure that the ‘yarn-project.nix’ contains “@esbuild/linux-x64@npm” (see your diff).'
7980
exit 1
8081
fi
8182

0 commit comments

Comments
 (0)