diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02d191a1..9e666f15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,6 +111,10 @@ jobs: env: CARGO_BUILD_TARGET: ${{ matrix.target }} run: make check + - name: Lint + env: + CARGO_BUILD_TARGET: ${{ matrix.target }} + run: make lint wasi: name: WASI strategy: