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 1a129ed commit 519b95fCopy full SHA for 519b95f
.github/workflows/lint.yml
@@ -10,20 +10,12 @@ on:
10
jobs:
11
lint:
12
runs-on: ubuntu-latest
13
- strategy:
14
- matrix:
15
- python-version:
16
- - 2.7
17
- - 3.8
18
- - 3.9
19
- - 3.10
20
- - 3.11
21
steps:
22
- uses: actions/checkout@v3
23
- - name: Set up Python ${{ matrix.python-version }}
+ - name: Set up Python
24
uses: actions/setup-python@v4
25
with:
26
- python-version: ${{ matrix.python-version }}
+ python-version: "3.11"
27
- name: Install ansible-lint
28
run: pip install --user ansible-lint
29
- name: Run ansible-lint
0 commit comments