diff --git a/.github/workflows/hakari.yml b/.github/workflows/hakari.yml new file mode 100644 index 000000000..257cb8ac4 --- /dev/null +++ b/.github/workflows/hakari.yml @@ -0,0 +1,22 @@ +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