Skip to content

Debug: check that upload s3 is working correct #15

Debug: check that upload s3 is working correct

Debug: check that upload s3 is working correct #15

Workflow file for this run

name: Audit
on:
pull_request:
push:
workflow_dispatch:
jobs:
audit:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup mise
uses: jdx/mise-action@v2
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Run Linter
run: pnpm lint
- name: Run Tests
run: pnpm test