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 4cf3656 commit 1368c15Copy full SHA for 1368c15
.github/workflows/devcontainer.yml
@@ -61,7 +61,7 @@ jobs:
61
noCache: true
62
eventFilterForPush: "release"
63
platform: linux/amd64
64
- runCmd: echo "$(CI=true quarto check 2>&1)" | sed '/^\(/d; s/\x1b\[[0-9;]*[mGK]//g'
+ runCmd: echo "$(CI=true quarto check 2>&1)" | sed '/^(/d; s/\x1b\[[0-9;]*[mGK]//g'
65
env:
66
IMAGE: "buildpack-deps:jammy-curl"
67
QUARTO_VERSION: ${{ matrix.QUARTO_VERSION }}
0 commit comments