mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 15:37:33 +00:00
pipeline
This commit is contained in:
18
.github/workflows/lint.yml
vendored
18
.github/workflows/lint.yml
vendored
@@ -46,22 +46,18 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
against: "https://github.com/${{ github.repository }}.git#branch=${{ github.base_ref }}"
|
against: "https://github.com/${{ github.repository }}.git#branch=${{ github.base_ref }}"
|
||||||
|
|
||||||
console:
|
turbo-lint-unit:
|
||||||
if: ${{ github.event_name == 'pull_request' }}
|
if: ${{ github.event_name == 'pull_request' }}
|
||||||
name: console
|
name: turbo-lint-unit
|
||||||
runs-on: ubuntu-latest
|
runs-on: depot-ubuntu-22.04-8
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- uses: pnpm/action-setup@v4
|
- name: Run lint and unit tests in dev container
|
||||||
- uses: actions/setup-node@v4
|
uses: devcontainers/ci@v0.3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ inputs.node_version }}
|
push: never
|
||||||
cache: "pnpm"
|
config: .devcontainer/turbo-lint-unit/devcontainer.json
|
||||||
cache-dependency-path: pnpm-lock.yaml
|
|
||||||
- run: pnpm install --filter=console
|
|
||||||
- name: lint
|
|
||||||
run: make console_lint
|
|
||||||
|
|
||||||
core:
|
core:
|
||||||
name: core
|
name: core
|
||||||
|
Reference in New Issue
Block a user