mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-24 19:07:47 +00:00
* ci: 👷 pin Go v1.21 in GH build/push workflows * chore: 💚 update actions/* to v4 --------- Signed-off-by: Prashant Shahi <prashant@signoz.io>
14 lines
267 B
YAML
14 lines
267 B
YAML
name: commitlint
|
|
on: [pull_request]
|
|
defaults:
|
|
run:
|
|
working-directory: frontend
|
|
jobs:
|
|
lint-commits:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
with:
|
|
fetch-depth: 0
|
|
- uses: wagoid/commitlint-github-action@v5
|