Skip to content

Commit

Permalink
new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
nesmabadr committed Jan 16, 2024
1 parent 360bf79 commit 4e35e6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-cli-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
go-version-file: 'go.mod'
cache-dependency-path: 'go.sum'
- name: Run CLI Build
run: make build
run: make build
2 changes: 1 addition & 1 deletion .github/workflows/pull-cli-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
go-version-file: 'go.mod'
cache-dependency-path: 'go.sum'
- name: Run Docs Validation
run: make validate
run: make validate
2 changes: 1 addition & 1 deletion .github/workflows/pull-cli-unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
go-version-file: 'go.mod'
cache-dependency-path: 'go.sum'
- name: Run Unit Tests
run: make test
run: make test

0 comments on commit 4e35e6e

Please sign in to comment.