Skip to content

Bump aws-actions/configure-aws-credentials from 4.3.1 to 6.2.0 (#29) #48

Bump aws-actions/configure-aws-credentials from 4.3.1 to 6.2.0 (#29)

Bump aws-actions/configure-aws-credentials from 4.3.1 to 6.2.0 (#29) #48

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
- name: Lint
run: uv run ruff check
- name: Format
run: uv run ruff format --check