Skip to content

docs(bump_version): v0.1.0-canary.17 (#141) #406

docs(bump_version): v0.1.0-canary.17 (#141)

docs(bump_version): v0.1.0-canary.17 (#141) #406

Workflow file for this run

name: CI
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha || github.run_id }}
cancel-in-progress: true
on:
schedule:
- cron: '0 0 * * *'
push:
tags: ['v[0-9]+.[0-9]+.[0-9]+', 'v[0-9]+.[0-9]+.[0-9]+-canary.[0-9]+']
pull_request:
types: [opened, synchronize, edited]
jobs:
insight:
name: Insight
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Run Insight
uses: ./