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 e737f06 commit be7f046Copy full SHA for be7f046
.github/workflows/yaml.yaml
@@ -36,5 +36,14 @@ jobs:
36
- run: |
37
docker network create frontend
38
39
+ # https://github.com/mxschmitt/action-tmate?tab=readme-ov-file#manually-triggered-debug
40
+ # Enable tmate debugging if debug logging is enabled (cf.
41
+ # https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs#runner-context)
42
+ - name: Setup tmate session
43
+ uses: mxschmitt/action-tmate@v3
44
+ with:
45
+ limit-access-to-actor: false
46
+ if: 1 == runner.debug
47
+
48
49
docker compose run --rm prettier '**/*.{yml,yaml}' --check
0 commit comments