Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonLuttenberger committed Mar 1, 2024
1 parent 047d614 commit 4136d48
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/one-click-template-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install Requirements
run: |
set -x
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
- name: Lint
run: cfn-lint --template ./one-click-launch.yaml

Expand Down

0 comments on commit 4136d48

Please sign in to comment.