Skip to content

Fetch all tags in deploy workflow #2920

Fetch all tags in deploy workflow

Fetch all tags in deploy workflow #2920

Workflow file for this run

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