Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alphatroya committed May 8, 2024
1 parent c43e6ba commit 9d2545e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
export PATH=~/.rbenv/shims:"$PATH"
brew install cookiecutter rbenv &&
brew install cookiecutter rbenv mint &&
rbenv install 3.0.6 &&
cookiecutter --no-input -f . &&
cd Project &&
Expand Down
8 changes: 1 addition & 7 deletions {{ cookiecutter.name }}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ $(API_KEY):

.PHONY: bootstrap
## bootstrap: Bootstrap project dependencies for development
bootstrap: homebrew hook certs
mint bootstrap
bootstrap: hook certs

.PHONY: pods
## pods: Download project packages
Expand All @@ -38,11 +37,6 @@ test: gems $(API_KEY)
gems:
bundle install

.PHONY: homebrew
## homebrew: Bootstrap Homebrew dependencies
homebrew:
brew bundle check || brew bundle

.PHONY: fmt
## fmt: Launch swift files code formatter
fmt:
Expand Down

0 comments on commit 9d2545e

Please sign in to comment.