Skip to content

Update typescript-eslint monorepo to v8.11.0 #9283

Update typescript-eslint monorepo to v8.11.0

Update typescript-eslint monorepo to v8.11.0 #9283

Workflow file for this run

name: Lint
on:
push:
branches:
- "**"
tags-ignore:
- "v*"
pull_request:
branches:
- main
permissions:
contents: read
jobs:
super-linter:
name: Super Linter
uses: harryzcy/github-actions/.github/workflows/linter.yml@main
go-lint:
name: Go Lint
uses: harryzcy/github-actions/.github/workflows/golangci-lint.yml@main
with:
working-directory: bff
prettier:
name: Prettier
uses: harryzcy/github-actions/.github/workflows/prettier.yml@main
with:
working-directory: web