Skip to content

Commit

Permalink
chore(hakari): add ci workflow for hakari check
Browse files Browse the repository at this point in the history
  • Loading branch information
snormore committed Jul 4, 2024
1 parent 504659c commit 343216c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/hakari.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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: Hakari check
run: dev/hakari-check

0 comments on commit 343216c

Please sign in to comment.