Skip to content

Commit

Permalink
ci: Use woke from linux-system-roles/lsr-woke-action
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Petrosian <[email protected]>
  • Loading branch information
spetrosi committed Aug 23, 2023
1 parent 127916e commit cac2df7
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 170 deletions.
21 changes: 0 additions & 21 deletions .github/actions/custom-woke-action/LICENSE

This file was deleted.

78 changes: 0 additions & 78 deletions .github/actions/custom-woke-action/README.md

This file was deleted.

46 changes: 0 additions & 46 deletions .github/actions/custom-woke-action/action.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/actions/custom-woke-action/entrypoint.sh

This file was deleted.

1 change: 0 additions & 1 deletion .github/actions/custom-woke-action/testdata/bad.txt

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@ jobs:
- name: Lint all markdown files except for CHANGELOG.md
uses: docker://avtodev/markdown-lint:master
with:
args: --ignore=CHANGELOG.md **/*.md
args: >-
--ignore=CHANGELOG.md
**/*.md
config: .markdownlint.yaml
4 changes: 2 additions & 2 deletions .github/workflows/woke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: custom woke
- name: Run lsr-woke-action
# Originally, uses: get-woke/woke-action@v0
uses: ./.github/actions/custom-woke-action
uses: linux-system-roles/lsr-woke-action@main
with:
woke-args: "-c https://raw.githubusercontent.com/linux-system-roles/tox-lsr/main/src/tox_lsr/config_files/woke.yml --count-only-error-for-failure"
# Cause the check to fail on any broke rules
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,3 +280,5 @@ tasks:
## License

GPLv3


0 comments on commit cac2df7

Please sign in to comment.