Skip to content

Commit

Permalink
Merge pull request #236 from CelticBoozer/development
Browse files Browse the repository at this point in the history
docs: add github actions badges to README.md. #234, migrate to new commentlint action
  • Loading branch information
CelticBoozer authored Oct 14, 2024
2 parents 8564188 + 0d106c8 commit 57be459
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 8 additions & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# :hammer_and_wrench: Dotfiles

![Commit check](https://img.shields.io/github/actions/workflow/status/CelticBoozer/dotfiles/check_commit.yaml?branch=master&label=Commit%20check)
![yamllint](https://img.shields.io/github/actions/workflow/status/CelticBoozer/dotfiles/yamllint.yaml?branch=master&label=yamllint)
![markdownlint](https://img.shields.io/github/actions/workflow/status/CelticBoozer/dotfiles/markdownlint.yaml?branch=master&label=markdownlint)
![stylelint](https://img.shields.io/github/actions/workflow/status/CelticBoozer/dotfiles/stylelint.yaml?branch=master&label=stylelint)
![shellcheck](https://img.shields.io/github/actions/workflow/status/CelticBoozer/dotfiles/shellcheck.yaml?branch=master&label=shellcheck)
![yamlfmt](https://img.shields.io/github/actions/workflow/status/CelticBoozer/dotfiles/yamlfmt.yaml?branch=master&label=yamlfmt)
![prettier](https://img.shields.io/github/actions/workflow/status/CelticBoozer/dotfiles/prettier.yaml?branch=master&label=prettier)

## :wave: Greetings

Greetings. Thanks for stopping by. This repository is the repository of my Linux
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "Check commit"
name: "Commit lint"
# yamllint disable-line rule:truthy
on:
push:
Expand All @@ -16,12 +16,4 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run conventional commit checks
uses: commit-check/commit-check-action@v1
with:
message: true
branch: false
author-name: true
author-email: true
commit-signoff: false
dry-run: false
job-summary: true
uses: wagoid/commitlint-github-action@v6

0 comments on commit 57be459

Please sign in to comment.