Skip to content

Bump actions/add-to-project from 0.4.0 to 1.0.1 #43

Bump actions/add-to-project from 0.4.0 to 1.0.1

Bump actions/add-to-project from 0.4.0 to 1.0.1 #43

Workflow file for this run

name: Pull request
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
verify:
name: Verify
uses: ./.github/workflows/verify.yml
secrets: inherit
# size:
# name: Size
# runs-on: ubuntu-latest
# timeout-minutes: 5
# steps:
# - name: Clone repository
# uses: actions/checkout@v4
# - name: Setup Bun
# uses: oven-sh/setup-bun@v1
# - name: Install dependencies
# run: bun install --frozen-lockfile
# - name: Report bundle size
# uses: andresz1/size-limit-action@master
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# package_manager: bun