Skip to content

Improve UX in CONTRIBUTING.md (#86) #269

Improve UX in CONTRIBUTING.md (#86)

Improve UX in CONTRIBUTING.md (#86) #269

Workflow file for this run

name: Format, Lint, and Test
on:
workflow_call:
push:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- 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