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.
0.3.6
1 parent 18e4df8 commit 061fa63Copy full SHA for 061fa63
test/prek/scenarios.json
@@ -9,7 +9,7 @@
9
"image": "mcr.microsoft.com/devcontainers/base:debian",
10
"features": {
11
"prek": {
12
- "version": "0.3.7"
+ "version": "0.3.6"
13
}
14
15
test/prek/test_specific_version.sh
@@ -4,6 +4,6 @@ set -e
4
5
source dev-container-features-test-lib
6
7
-check "prek version is equal to 0.3.7" sh -c "prek --version | grep '0.3.7'"
+check "prek version is equal to 0.3.6" sh -c "prek --version | grep '0.3.6'"
8
reportResults
0 commit comments