diff --git a/.github/workflows/build-check.yml b/.github/workflows/type-check.yml similarity index 85% rename from .github/workflows/build-check.yml rename to .github/workflows/type-check.yml index 8286a8a..51c39d1 100644 --- a/.github/workflows/build-check.yml +++ b/.github/workflows/type-check.yml @@ -1,10 +1,10 @@ -name: Lint and Formatting Check +name: Type Check on: push jobs: main: - name: Run ESLint + Prettier + name: Run Typescript check runs-on: ubuntu-latest steps: