Skip to content

Commit

Permalink
sw: Regen structure and install all-contributors config
Browse files Browse the repository at this point in the history
Signed-off-by: Saalim Quadri <[email protected]>
  • Loading branch information
danascape committed Aug 1, 2023
1 parent 6cc8cd3 commit 0f5a389
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Run shellcheck.
run: while read -r script; do shellcheck --exclude=SC1090,SC1091 $script; done < files
run: while read -r script; do shellcheck --exclude=SC1090,SC1091 $script; done < tests/files
10 changes: 0 additions & 10 deletions CONTRIBUTORS

This file was deleted.

4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
check-scripts:
while read -r script; do shellcheck --exclude=SC1090,SC1091 $$script; done < files
while read -r script; do shellcheck --exclude=SC1090,SC1091 $$script; done < tests/files

execute-shfmt:
while read -r script; do shfmt -ln=bash -fn -ci -sr -w $$script; done < files
while read -r script; do shfmt -ln=bash -fn -ci -sr -w $$script; done < tests/files

.PHONY: check-scripts
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ and don't forget to read our
# Contact
The best way to connect or get help is by creating [issues](https://github.com/danascape/sworkflow/issues) or by making a [pull request](https://github.com/danascape/sworkflow/pulls).

## Contributors

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

# License
```xml
Copyright 2019 danascape (Saalim Quadri)
Expand Down
Empty file removed assets/placeholder
Empty file.
File renamed without changes.

0 comments on commit 0f5a389

Please sign in to comment.