Skip to content

refactor: switch to a monorepo structure WIP #11561

refactor: switch to a monorepo structure WIP

refactor: switch to a monorepo structure WIP #11561

Workflow file for this run

name: Lint
on: [pull_request]
env:
DOCKER_IMAGE_REGISTRY: safeglobal
DOCKER_IMAGE_NAME: safe-client-gateway-nest
DOCKER_BUILD_IMAGE_TAG: buildcache
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
eslint:
permissions:
checks: write
pull-requests: read
statuses: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22.12.0' # jod
cache: 'yarn'
- run: yarn install --immutable
# - uses: ./.github/actions/yarn
- uses: CatChen/[email protected]
with:
request-changes: true # optional
fail-check: true # optional
github-token: ${{ secrets.GITHUB_TOKEN }} # optional
directory: './' # optional
targets: 'src' # optional
config-path: './eslint.config.mjs'