Skip to content

Update aws-cdk monorepo to v2.167.2 #2473

Update aws-cdk monorepo to v2.167.2

Update aws-cdk monorepo to v2.167.2 #2473

Workflow file for this run

name: eslint
on:
pull_request:
types: [opened, synchronize]
jobs:
eslint_npm:
runs-on: ubuntu-latest
permissions:
pull-requests: write
statuses: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
cache: yarn
- run: yarn install
- name: pronto run
uses: HeRoMo/[email protected]
with:
runner: eslint_npm