Skip to content

fix: pin moto>=5.2.2 and revert python3 downgrade #2343

fix: pin moto>=5.2.2 and revert python3 downgrade

fix: pin moto>=5.2.2 and revert python3 downgrade #2343

Workflow file for this run

name: "Default CI"
on:
pull_request:
types:
- opened
- reopened
- synchronize
permissions:
contents: read
jobs:
lint-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7.0.0
- run: make lint-docs
lint-code:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7.0.0
- run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
- run: make lint-code