Skip to content

fix: get QueueArn attribute in a way that works #104

fix: get QueueArn attribute in a way that works

fix: get QueueArn attribute in a way that works #104

Workflow file for this run

name: Run pre-commit
on:
- pull_request
- push
- workflow_dispatch
jobs:
pre-commit:
name: Run pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v5
with:
python-version: 3.11
- uses: pre-commit/action@v3.0.0