Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/lint-general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@ on:

jobs:
skills:
uses: timmo001/workflows/.github/workflows/lint-agent-skills.yml@8b435c1ef0ba93347b09ae549db256cfeaae8338 # master
uses: timmo001/workflows/.github/workflows/lint-agent-skills.yml@55c7e33ad32c1f449394d11f4889680218fb28aa # master

actionlint:
uses: timmo001/workflows/.github/workflows/lint-actionlint.yml@8b435c1ef0ba93347b09ae549db256cfeaae8338 # master
uses: timmo001/workflows/.github/workflows/lint-actionlint.yml@55c7e33ad32c1f449394d11f4889680218fb28aa # master

markdownlint:
uses: timmo001/workflows/.github/workflows/lint-markdownlint.yml@8b435c1ef0ba93347b09ae549db256cfeaae8338 # master
uses: timmo001/workflows/.github/workflows/lint-markdownlint.yml@55c7e33ad32c1f449394d11f4889680218fb28aa # master

yamllint:
uses: timmo001/workflows/.github/workflows/lint-yamllint.yml@8b435c1ef0ba93347b09ae549db256cfeaae8338 # master
uses: timmo001/workflows/.github/workflows/lint-yamllint.yml@55c7e33ad32c1f449394d11f4889680218fb28aa # master

jsonlint:
uses: timmo001/workflows/.github/workflows/lint-jsonlint.yml@8b435c1ef0ba93347b09ae549db256cfeaae8338 # master
uses: timmo001/workflows/.github/workflows/lint-jsonlint.yml@55c7e33ad32c1f449394d11f4889680218fb28aa # master

markdown-links:
uses: timmo001/workflows/.github/workflows/lint-markdown-links.yml@8b435c1ef0ba93347b09ae549db256cfeaae8338 # master
uses: timmo001/workflows/.github/workflows/lint-markdown-links.yml@55c7e33ad32c1f449394d11f4889680218fb28aa # master

shellcheck:
uses: timmo001/workflows/.github/workflows/lint-shellcheck.yml@8b435c1ef0ba93347b09ae549db256cfeaae8338 # master
uses: timmo001/workflows/.github/workflows/lint-shellcheck.yml@55c7e33ad32c1f449394d11f4889680218fb28aa # master
with:
scandir: ./.scripts
severity: warning
2 changes: 1 addition & 1 deletion .github/workflows/renovate-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
automerge:
uses: timmo001/workflows/.github/workflows/renovate-automerge.yml@8b435c1ef0ba93347b09ae549db256cfeaae8338 # master
uses: timmo001/workflows/.github/workflows/renovate-automerge.yml@55c7e33ad32c1f449394d11f4889680218fb28aa # master
permissions:
pull-requests: write
contents: write
Loading