[#68] Fix version linter.
Some checks failed
Formatters / Run fmt (pull_request) Successful in 23s
Pre-commit hooks / Pre-commit (pull_request) Failing after 34s
DCO action / DCO (pull_request) Successful in 40s

Signed-off-by: Ori Bruk <o.bruk@yadro.com>
This commit is contained in:
Ori Bruk 2024-10-23 12:44:13 +03:00
parent 359c831122
commit eb2f553855

View file

@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install deps
run: |
apt update