We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e4d9b commit f487b16Copy full SHA for f487b16
4 files changed
scripts/super_linter/build/set_path.sh
@@ -1,4 +1,5 @@
1
#!/usr/bin/env bash
2
+set -e
3
4
npm ci
5
tag_name="$(yq '.jobs.build.steps[-1].uses' .github/workflows/super-linter.yml | sed -e 's;/slim@.*;:slim;g')"
scripts/update_dist/update_dist/build.sh
tsc --noEmit
scripts/update_package/update_package/install.sh
yq -i ".engines.node|=\"$(cat .node-version)\"" package.json
npm install
scripts/update_readme/update_readme/update_readme.sh
DESCRIPTION="$(yq '.description' action.yml)"
export DESCRIPTION
0 commit comments