Skip to content

Commit

Permalink
add new line at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
pantrif committed Jul 24, 2024
1 parent 593d946 commit 1bc35d1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .githooks/pre-commit
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

make lint
make lint
2 changes: 1 addition & 1 deletion .github/workflows/go-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
go-version: ${{ env.GO_VERSION }}

- name: execute tests
run: make test
run: make test
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ go.work.sum
.env
.idea/
.vscode/
coverage.txt
coverage.txt
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ test:
## install-hooks: Install git-hooks from .githooks directory.
.PHONY: install-hooks
install-hooks:
git config core.hooksPath .githooks
git config core.hooksPath .githooks

0 comments on commit 1bc35d1

Please sign in to comment.