Skip to content

Commit

Permalink
Merge pull request #237 from CelticBoozer/development
Browse files Browse the repository at this point in the history
refactor: unify workflows
  • Loading branch information
CelticBoozer authored Oct 14, 2024
2 parents 57be459 + 2ffb5dc commit 14e615d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# :hammer_and_wrench: Dotfiles

![Commit check](https://img.shields.io/github/actions/workflow/status/CelticBoozer/dotfiles/check_commit.yaml?branch=master&label=Commit%20check)
![commitlint](https://img.shields.io/github/actions/workflow/status/CelticBoozer/dotfiles/commitlint.yaml?branch=master&label=commitlint)
![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)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "Commit lint"
name: commitlint
# yamllint disable-line rule:truthy
on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link_check.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "Check mds for broken links"
name: Check mds for broken links
# yamllint disable-line rule:truthy
on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "markdownlint"
name: markdownlint
# yamllint disable-line rule:truthy
on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yamlfmt.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "yamlfmt"
name: yamlfmt
# yamllint disable-line rule:truthy
on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yamllint.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "yamllint"
name: yamllint
# yamllint disable-line rule:truthy
on:
push:
Expand Down

0 comments on commit 14e615d

Please sign in to comment.