diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6251076fd2..04684e6504 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -46,22 +46,18 @@ jobs: with: against: "https://github.com/${{ github.repository }}.git#branch=${{ github.base_ref }}" - console: + turbo-lint-unit: if: ${{ github.event_name == 'pull_request' }} - name: console - runs-on: ubuntu-latest + name: turbo-lint-unit + runs-on: depot-ubuntu-22.04-8 steps: - name: Checkout uses: actions/checkout@v4 - - uses: pnpm/action-setup@v4 - - uses: actions/setup-node@v4 + - name: Run lint and unit tests in dev container + uses: devcontainers/ci@v0.3 with: - node-version: ${{ inputs.node_version }} - cache: "pnpm" - cache-dependency-path: pnpm-lock.yaml - - run: pnpm install --filter=console - - name: lint - run: make console_lint + push: never + config: .devcontainer/turbo-lint-unit/devcontainer.json core: name: core