Skip to content

fix(exceptions): properly initialize BotoCoreError subclasses with me… #1076

fix(exceptions): properly initialize BotoCoreError subclasses with me…

fix(exceptions): properly initialize BotoCoreError subclasses with me… #1076

Workflow file for this run

name: Main Workflow
on:
push:
branches: [ staging ]
pull_request:
workflow_dispatch:
inputs:
python-version:
description: 'Python version to use'
default: '3.11'
required: false
type: string
jobs:
lint:
name: Lint
uses: ./.github/workflows/lint.yml
run-tests:
name: Run Tests
uses: ./.github/workflows/test.yml
with:
python-version: ${{ inputs.python-version || '3.11' }}
permissions:
id-token: write
contents: read
secrets: inherit