Skip to content

build(deps): bump svelte-sonner from 0.3.24 to 0.3.25 #125

build(deps): bump svelte-sonner from 0.3.24 to 0.3.25

build(deps): bump svelte-sonner from 0.3.24 to 0.3.25 #125

Workflow file for this run

name: Pull Request
on:
pull_request:
types: [opened, reopened, edited, synchronize]
branches: [main]
# allow workflow to be called from github.com UI
workflow_dispatch:
# push:
# # This should disable running the workflow on tags
# branches: [main]
# tags-ignore:
# - '**'
concurrency:
group: pr-${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.ref }}
jobs:
compliance:
name: 👌 Compliance
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 🖍️ Lint pull request title
uses: cocogitto/cocogitto-action@main
with:
verify: ${{ github.event.pull_request.title }}
# - name: 🦋 Check changeset status
# run: pnpm exec changeset status --since origin/main
checks:
name: 💯 Checks
concurrency:
group: checks-${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.ref }}
cancel-in-progress: true
uses: './.github/workflows/checks.yml'