diff --git a/.github/workflows/pr-checker.yml b/.github/workflows/pr-checker.yml deleted file mode 100644 index 23143ce..0000000 --- a/.github/workflows/pr-checker.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Pr Checker - -on: [pull_request] - -jobs: - check-types: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - - uses: actions/setup-node@v3 - with: - node-version-file: '.nvmrc' - - - run: yarn install --frozen-lockfile - - run: yarn check-types - - run: yarn build - env: - ACCESS_TOKEN: ${{secrets.ACCESS_TOKEN}} - SPACE_ID: ${{secrets.SPACE_ID}}