We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d71a590 commit 5464dacCopy full SHA for 5464dac
.github/workflows/std.yml
@@ -74,8 +74,9 @@ jobs:
74
steps:
75
- uses: actions/checkout@v4
76
- run: |
77
+ shell: bash
78
if ! grep -qF '"@esbuild/linux-x64@npm:' yarn-project.nix ; then
- 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).'
80
exit 1
81
fi
82
0 commit comments