Skip to content

feat: user should be able to appeal against flag #3271

feat: user should be able to appeal against flag

feat: user should be able to appeal against flag #3271

Workflow file for this run

name: Compressed size
on:
pull_request:
paths-ignore:
- 'test/**'
- '**.md'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: preactjs/compressed-size-action@v2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'