Skip to content

Commit

Permalink
ci: Add push triger. Add shellcheck ignores.
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticBoozer committed Sep 4, 2024
1 parent 2eef060 commit 1a33361
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check_commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: "Check commit"
# yamllint disable-line rule:truthy
on:
- pull_request
- push
jobs:
commit_check:
name: Run check commit
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/markdownlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: "markdownlint"
# yamllint disable-line rule:truthy
on:
- pull_request
- push
jobs:
lint:
name: Run markdownlint-cli
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/shellcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ jobs:
uses: actions/checkout@v4
- name: Run shellcheck
uses: ludeeus/action-shellcheck@master
with:
ignore_paths:
.zshrc
1 change: 1 addition & 0 deletions .github/workflows/yamlfmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: "yamlfmt"
# yamllint disable-line rule:truthy
on:
- pull_request
- push
jobs:
format_check:
name: Run yamlfmt
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: "yamllint"
# yamllint disable-line rule:truthy
on:
- pull_request
- push
jobs:
lint:
name: Run yamllint
Expand Down

0 comments on commit 1a33361

Please sign in to comment.