Skip to content

Merge pull request #1297 from weseek/dependabot/npm_and_yarn/turbo-2.7.2 #2757

Merge pull request #1297 from weseek/dependabot/npm_and_yarn/turbo-2.7.2

Merge pull request #1297 from weseek/dependabot/npm_and_yarn/turbo-2.7.2 #2757

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