diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4c6306a70e767f6a1a73a6daf406f94f64a31e4..0886c912f063a142c727c34b65fee02b567c3d58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - run: "npm clean-install" - run: "npm run expo:typed-routes" - - run: 'echo "${CI_COMMIT_MESSAGE}" | npm run lint:commit' + - run: npm run lint:commit -- --to "${{ github.sha }}"' - run: "npm run lint:prettier" - run: "npm run lint:eslint" - run: "npm run lint:typescript"