Skip to content

Commit

Permalink
Merge pull request #9 from keep-starknet-strange/dev/7-refactor-gh
Browse files Browse the repository at this point in the history
dev: gh refactor
  • Loading branch information
drspacemn authored Jan 20, 2024
2 parents 6c634da + bebce4d commit 0f24272
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: actions/checkout@v3
- run: |
sudo gem install mdl
mdl -s docs/linter/readme_style.rb README.md
mdl -s docs/linter/base_style.rb CONTRIBUTING.md docs .github
mdl -s .github/linter/readme_style.rb README.md
mdl -s .github/linter/base_style.rb docs .github
test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ snforge
##

<div align="center">
<b>We live on contributions, follow the guide <a href="CONTRIBUTING.md">here</a>!</b>
<b>We live on contributions, follow the guide <a href="docs/CONTRIBUTING.md">here</a>!</b>
</div>
File renamed without changes.

0 comments on commit 0f24272

Please sign in to comment.