Loading .github/workflows/lint.yaml +6 −0 Original line number Diff line number Diff line Loading @@ -33,10 +33,16 @@ jobs: - python: "3.x" ansible: "9" experimental: true - python: "3.x" ansible: "latest" experimental: true exclude: - python: "3.x" ansible: "9" experimental: false - python: "3.x" ansible: "latest" experimental: false steps: - name: Check out the codebase Loading Loading
.github/workflows/lint.yaml +6 −0 Original line number Diff line number Diff line Loading @@ -33,10 +33,16 @@ jobs: - python: "3.x" ansible: "9" experimental: true - python: "3.x" ansible: "latest" experimental: true exclude: - python: "3.x" ansible: "9" experimental: false - python: "3.x" ansible: "latest" experimental: false steps: - name: Check out the codebase Loading