Skip to content

Commit

Permalink
Merge pull request #8 from fossnsbm/development
Browse files Browse the repository at this point in the history
ci: quality checks
  • Loading branch information
Shenon69 authored Apr 28, 2024
2 parents b1079f8 + 15aae93 commit 8d5e4e6
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Quality Checks

on:
push:
pull_request:
branches:
- main
types:
- opened
- reopened
- synchronize

jobs:
commitlint:
name: Commitlint
runs-on: ubuntu-latest
steps:
- name: Checkout repository 🛎️
uses: actions/checkout@v3

- name: Run commitlint 🟩
uses: fossnsbm/github-actions/quality-validate/commitlint@main

0 comments on commit 8d5e4e6

Please sign in to comment.