mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-24 10:56:53 +00:00
* fix: commit lint is updated * chore: command is updated * chore: added dummy commit message * chore: updated the github actions
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@v3
|
|
with:
|
|
fetch-depth: 0
|
|
- uses: wagoid/commitlint-github-action@v5
|