Skip to content

Bump boto3 from 1.34.3 to 1.35.84 #38616

Bump boto3 from 1.34.3 to 1.35.84

Bump boto3 from 1.34.3 to 1.35.84 #38616

Workflow file for this run

name: flake8Linter
on: [push, pull_request]
jobs:
flake8-lint:
runs-on: ubuntu-latest
name: Lint
steps:
- name: Check out source repository
uses: actions/checkout@v3
- name: Set up Python environment
uses: actions/setup-python@v4
with:
python-version: "3.10"
- run: pip install flake8-print
- name: flake8 Lint
uses: reviewdog/action-flake8@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
fail_on_error: true