Skip to content

retrive service limit history from all regons in scope and fix current quotas retrival from quota history #702

retrive service limit history from all regons in scope and fix current quotas retrival from quota history

retrive service limit history from all regons in scope and fix current quotas retrival from quota history #702

Workflow file for this run

name: Python Quality Check
on:
pull_request:
branches:
- '*'
jobs:
pylint-scan:
runs-on: ubuntu-latest
steps:
- name: Git clone the repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install packages
run: |
pip install cfn-flip pylint urllib3 boto3 bandit
- name: Pylint all
run: |
python utils/pylint.py