Skip to content

ci(deps): bump @aws-sdk/client-s3 from 3.957.0 to 3.958.0 #2758

ci(deps): bump @aws-sdk/client-s3 from 3.957.0 to 3.958.0

ci(deps): bump @aws-sdk/client-s3 from 3.957.0 to 3.958.0 #2758

Workflow file for this run

name: Application - Lint
on:
push:
branches-ignore: [stable]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
app-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: package.json
cache: "yarn"
- run: yarn install
- run: yarn run lint