Skip to content

Use eslint v9 and flat config #9301

Use eslint v9 and flat config

Use eslint v9 and flat config #9301

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
eslint:
name: Prettier
uses: harryzcy/github-actions/.github/workflows/npm-lint.yml@main
with:
working-directory: web