Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Feb 2, 2024
1 parent f3ee535 commit 053f6c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ jobs:
runs-on: ['hyperenv', 'medium']
steps:
- uses: 'actions/checkout@v4'
- uses: 'actions/setup-python@v4'
- uses: 'actions/setup-python@v5'
with:
python-version: '3.8'
python-version: '3.12'
- name: yamlllint
run: |
pip install yamllint==1.27.1
pip install yamllint==1.33.0
yamllint .
- name: cfn-lint
run: |
pip install cfn-lint==0.79.11
pip install cfn-lint==0.85.0
cfn-lint -i W2001 W4002 W6001 W8003 E3026 E2520 -t '**/*.yaml'
- name: license
run: |
Expand Down

0 comments on commit 053f6c8

Please sign in to comment.