Skip to content

Commit

Permalink
chore: refactor the CI to perform QA checks in one file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarmos-san committed Sep 24, 2023
1 parent 0707086 commit 753494b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 19 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/commitlint.yml

This file was deleted.

16 changes: 15 additions & 1 deletion .github/workflows/qa-check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: QA Checks

on: [push]
on:
push:
branches-ignore:
- dependabot/**
pull_request:

jobs:
qa-checks:
Expand All @@ -15,3 +19,13 @@ jobs:

- name: Setup and Run the Pre-Commit Hooks
uses: pre-commit/[email protected]

commitlint:
name: Check Commit Messages
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/[email protected]

- name: Setup and Run Commitlint
uses: wagoid/[email protected]

0 comments on commit 753494b

Please sign in to comment.