diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 25cc404e..77681ab7 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -22,7 +22,7 @@ jobs: node-version: "lts/*" - name: Install dependencies run: yarn install - - name: Prepare environment + - name: Check the code format run: yarn lint:check commits: name: Check commits