Skip to content

AP-3398: add role_duration_seconds to iam_schema.json #38

AP-3398: add role_duration_seconds to iam_schema.json

AP-3398: add role_duration_seconds to iam_schema.json #38

Workflow file for this run

name: Lint Python
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v2
- name: Python linting
uses: moj-analytical-services/actions-lint-python@main
with:
python-version: ${{ matrix.python-version }}