Skip to content

Commit

Permalink
show version
Browse files Browse the repository at this point in the history
  • Loading branch information
neolynx committed Oct 6, 2024
1 parent 8eee27d commit b065b33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:
# fetch the whole repo for `git describe` to work
fetch-depth: 0

- name: "Version"
run: |
make version
- name: "Run flake8"
run: |
make flake8
echo "The commit hash on master is $GITHUB_SHA"
echo "The commit hash on master is $GITHUB_REF"
env
git show
- name: "Read go version from go.mod"
run: |
Expand Down

0 comments on commit b065b33

Please sign in to comment.