Skip to content

Commit

Permalink
chore: apply pre-commit rules
Browse files Browse the repository at this point in the history
  • Loading branch information
valter-silva-au committed Mar 2, 2024
1 parent e566452 commit 067d1b5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main
schedule:
- cron: '0 0 * * *'
- cron: "0 0 * * *"

jobs:
habits:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
run: make go/install cobra/install

# - name: Cobra version
# run: make cobra/version # TODO
# run: make cobra/version # TODO
go:
runs-on: [ubuntu-latest]
steps:
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:

- name: Setup NPM Global
run: make npm/install-global npm/update-path

- name: Install Prettier
run: make prettier/install

Expand Down
2 changes: 1 addition & 1 deletion lib/make/nodejs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ nodejs/install: nodejs/install/v18
.PHONY: nodejs/version
## Show NodeJS version
nodejs/version:
@node --version
@node --version
2 changes: 1 addition & 1 deletion lib/make/nuke.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.PHONY: nuke/install
nuke/install:
nuke/install:
$(call assert-set,AWS_NUKE_VERSION)
wget https://github.com/rebuy-de/aws-nuke/releases/download/$(AWS_NUKE_VERSION)/aws-nuke-$(AWS_NUKE_VERSION)-linux-amd64.tar.gz
tar -xzf aws-nuke-$(AWS_NUKE_VERSION)-linux-amd64.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion lib/make/ubuntu.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ ubuntu/update: ansible/playbooks/ubuntu/update

.PHONY: ubuntu/version
ubuntu/version:
@lsb_release -a
@lsb_release -a

0 comments on commit 067d1b5

Please sign in to comment.