diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9137ec54fd9..0219c52d450 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,8 @@ jobs: with: node-version: lts/* - name: Install dependencies - run: corepack yarn workspaces focus uppy @uppy/angular @uppy/react @uppy/vue @uppy-dev/build + # List all projects that use a custom ESLint config: + run: corepack yarn workspaces focus @uppy/angular angular-example @uppy-example/react-native-expo @uppy/react-native @uppy-dev/build - name: Run linter run: corepack yarn run lint