Skip to content

Commit

Permalink
Add the git-version
Browse files Browse the repository at this point in the history
  • Loading branch information
EmadMokhtar committed Apr 26, 2024
1 parent 20cb6e0 commit 9ae7f30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
# pull-requests: read

jobs:
golangci:
golang-ci:
name: Go lint
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
# Optional: The mode to install golangci-lint. It can be 'binary' or 'goinstall'.
# install-mode: "goinstall"

gotest:
golang-test:
name: Go tests
runs-on: ubuntu-latest
steps:
Expand All @@ -74,7 +74,7 @@ jobs:
uses: robherley/go-test-action@v0


git-version:
new-version:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
Expand Down

0 comments on commit 9ae7f30

Please sign in to comment.