Skip to content

Bump the dependencies group with 5 updates #193

Bump the dependencies group with 5 updates

Bump the dependencies group with 5 updates #193

Workflow file for this run

name: Format, Lint, and Test
on:
workflow_call:
push:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install mise
uses: jdx/mise-action@v4
- name: Format and lint
run: mise run lint
- name: Run tests
run: mise run test
env:
AWS_DEFAULT_REGION: us-east-1