diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 42e9a77a..4347d96e 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -36,7 +36,7 @@ jobs: - id: lint name: Lint code run: npm run lint:check - + - id: format name: Format code run: npm run format:check