diff --git a/.github/workflows/hakari.yml b/.github/workflows/hakari.yml new file mode 100644 index 000000000..11ddf7d79 --- /dev/null +++ b/.github/workflows/hakari.yml @@ -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