Skip to content

Bump github.com/aws/aws-sdk-go-v2/service/cloudformation from 1.39.0 to 1.42.5 in /go #120

Bump github.com/aws/aws-sdk-go-v2/service/cloudformation from 1.39.0 to 1.42.5 in /go

Bump github.com/aws/aws-sdk-go-v2/service/cloudformation from 1.39.0 to 1.42.5 in /go #120

Workflow file for this run

name: Python ruff
# Run either when pushing directly to main/master or in a PR targeting main/master
on:
push:
branches:
- master
- main
paths:
- "**.py"
- ".github/workflows/ruff.yml"
pull_request:
branches:
- master
- main
# https://github.com/chartboost/ruff-action
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out source repository
uses: actions/checkout@v4
- name: Set up Python environment
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: ruff
uses: chartboost/ruff-action@v1
with:
src: "./python"