We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d71a590 commit b185f9eCopy full SHA for b185f9e
.github/workflows/std.yml
@@ -74,10 +74,11 @@ jobs:
74
steps:
75
- uses: actions/checkout@v4
76
- 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
+ if ! grep -F '"@esbuild/linux-x64@npm:' yarn-project.nix ; then
+ echo >&2 'Please, make sure that the "yarn-project.nix" contains "@esbuild/linux-x64@npm" (see your diff).'
+ exit 1
80
fi
81
+ shell: bash
82
83
discover:
84
needs: check-yarn-project-nix
0 commit comments