Skip to content

fix: the release workflow #21

fix: the release workflow

fix: the release workflow #21

Workflow file for this run

name: ci
on:
push:
branches: [main, develop]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
ci:
name: Validate GitHub Action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: jdx/mise-action@v3
- run: mise run ci