Skip to content

chore(hakari): add ci workflow for hakari check #3

chore(hakari): add ci workflow for hakari check

chore(hakari): add ci workflow for hakari check #3

Workflow file for this run

name: Hakari
on:
workflow_dispatch:
workflow_call:
push:
branches:
- "**"
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install cargo-hakari
uses: taiki-e/install-action@v2
with:
tool: cargo-hakari
- name: Hakari check
run: dev/hakari-check