Skip to content

Bump hyp3-sdk from 7.0.1 to 7.0.3 in /data_management #579

Bump hyp3-sdk from 7.0.1 to 7.0.3 in /data_management

Bump hyp3-sdk from 7.0.1 to 7.0.3 in /data_management #579

Workflow file for this run

name: Static code analysis
on: push
jobs:
cfn-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.12
- run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
- run: |
cfn-lint --info --template cloudformation.yml