Skip to content

chore(deps): update typescript-eslint monorepo to v6.11.0 #425

chore(deps): update typescript-eslint monorepo to v6.11.0

chore(deps): update typescript-eslint monorepo to v6.11.0 #425

Workflow file for this run

name: CI Workflow
on:
pull_request:
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true
env:
NODE_ENV: '20.1'
NX_NON_NATIVE_HASHER: 'true'
jobs:
main:
name: Nx Cloud - Main Job
uses: ./.github/workflows/nx-cloud-main.yml
secrets:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
with:
number-of-agents: 3
init-commands: |
npx nx-cloud start-ci-run --stop-agents-after="server" --agent-count=3
parallel-commands-on-agents: |
npx nx affected --target=lint --parallel=3
npx nx affected --target=test --parallel=3 --ci --code-coverage
npx nx affected --target=build --parallel=3
npx nx affected --target=server
agents:
name: Nx Cloud - Agents
uses: ./.github/workflows/nx-cloud-agents.yml
secrets:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
with:
number-of-agents: 3