We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ff6eb commit 584cc44Copy full SHA for 584cc44
.github/workflows/tox.yml
@@ -45,6 +45,10 @@ jobs:
45
platforms: linux,macos
46
test-action:
47
runs-on: ubuntu-latest
48
+ env:
49
+ # This disables the github annotations in the output of ansible-lint action
50
+ # which might confuse users.
51
+ GITHUB_ACTIONS: false
52
steps:
53
- uses: actions/checkout@v4
54
- name: Self test 1
0 commit comments