Skip to content

chore(deps): bump taiki-e/install-action from 2.85.3 to 2.85.8 in the actions group #58

chore(deps): bump taiki-e/install-action from 2.85.3 to 2.85.8 in the actions group

chore(deps): bump taiki-e/install-action from 2.85.3 to 2.85.8 in the actions group #58

Workflow file for this run

# CI — thin wrapper that calls the reusable test workflow.
#
# Runs on every pull request and can be dispatched manually. The release
# workflow also calls this workflow as a pre-publish gate.
name: CI
on:
pull_request:
branches: [main]
types: [opened, synchronize, reopened, ready_for_review]
workflow_dispatch:
workflow_call:
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
test:
if: github.event.pull_request.draft == false
name: Test Suite
uses: ./.github/workflows/test.yml