Skip to content

Commit

Permalink
Refactor: Change Makefile with better accessibility (osmosis-labs#6727)
Browse files Browse the repository at this point in the history
* WIP

* Finish

* Separate out make files

* Cleanup duplicated command

* Make lint ci happy
  • Loading branch information
mattverse authored Oct 30, 2023
1 parent 3abc40e commit 294ee63
Show file tree
Hide file tree
Showing 16 changed files with 715 additions and 541 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
-
name: Run golangci-lint
if: env.GIT_DIFF
run: make lint
run: make lint-all

documentation-linter:
name: Run super-linter
Expand All @@ -60,4 +60,4 @@ jobs:
-
name: Run documentation linter
if: env.GIT_DIFF
run: make mdlint
run: make lint-mdlint
Loading

0 comments on commit 294ee63

Please sign in to comment.