diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b540a9349..2e63b041e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,10 +37,10 @@ jobs: yarn install --immutable opam install . --deps-only --with-test - - name: Run Biome checks + - name: Run biome checks run: yarn lint - - name: Build and Package extension + - name: Build and package extension run: opam exec -- make pkg - name: Generate artifact attestation