diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index f4811f21..ac391e02 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -11,17 +11,6 @@ concurrency: cancel-in-progress: true jobs: - unimported: - name: Check unimported - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: whopio/unimported-action@v0.0.2-canary.0 - with: - projects: 'packages/frosted-ui' - token: ${{ github.token }} - unimported-version: 1.30.0 - install: name: Install node modules runs-on: ubuntu-latest diff --git a/packages/frosted-ui/.unimportedrc.json b/packages/frosted-ui/.unimportedrc.json deleted file mode 100644 index 5e336f4d..00000000 --- a/packages/frosted-ui/.unimportedrc.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "preset": "node", - "entry": ["src/index.ts"], - "extensions": [".js", ".jsx", ".ts", ".tsx"], - "flow": false, - "ignorePatterns": [ - "**/node_modules/**", - "**/*.tests.{js,jsx,ts,tsx}", - "**/*.test.{js,jsx,ts,tsx}", - "**/*.spec.{js,jsx,ts,tsx}", - "**/tests/**", - "**/__tests__/**", - "**/*.d.ts" - ], - "ignoreUnimported": [], - "ignoreUnused": ["@radix-ui/colors", "tslib"], - "ignoreUnresolved": ["react"] -}