Skip to content

Commit

Permalink
ci: fetch all history
Browse files Browse the repository at this point in the history
so `--version` is there.
  • Loading branch information
motiejus committed May 22, 2024
1 parent f8fffd2 commit a664281
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- run: sudo apt-get install -y make clang-format
- run: make lint
- run: git diff --exit-code
Expand Down

0 comments on commit a664281

Please # to comment.