Skip to content

Add badge with size limit #28

Add badge with size limit

Add badge with size limit #28

Workflow file for this run

name: Run tests
on:
push:
branches:
- "**"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
env:
CI_RUN: true
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare-runner
- run: pnpm test