Skip to content

🔧 Run ty check through uvx prek run -a ty-check #915

🔧 Run ty check through uvx prek run -a ty-check

🔧 Run ty check through uvx prek run -a ty-check #915

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
contents: read
jobs:
update_release_draft:
name: Run
permissions:
contents: write # Needed to edit release notes
pull-requests: write # Needed to label PRs
runs-on: ubuntu-slim
steps:
- uses: release-drafter/release-drafter@6db134d15f3909ccc9eefd369f02bd1e9cffdf97 # v6.2.0
env:
GITHUB_TOKEN: ${{ github.token }}