Skip to content

Commit

Permalink
fix(makefile): remove init-ci rule
Browse files Browse the repository at this point in the history
  • Loading branch information
bastean committed Apr 8, 2024
1 parent bd92cf7 commit 3311e14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ runs:

- name: Install Dependencies
shell: ${{ runner.os == 'Windows' && 'pwsh' || 'bash' }}
run: make init-ci
run: make init
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,13 @@ generate-required:
#* Initializations
init: upgrade-managers install-deps generate-required

init-ci: upgrade-managers install-deps

init-from-zero:
@git init
@make init
@${npx} husky install

#* Linters/Formatters
lint:
lint: generate-required
@go mod tidy
@gofmt -l -s -w .
@${npx} prettier --ignore-unknown --write .
Expand Down

0 comments on commit 3311e14

Please sign in to comment.