Skip to content

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

chore(hakari): add ci workflow for hakari check

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

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: Rust cache
uses: swatinem/rust-cache@v2
- name: Hakari check
run: dev/hakari-check