Skip to content

Commit

Permalink
ci: lint fetch tags
Browse files Browse the repository at this point in the history
Fetch tags too in the linter workflow

Signed-off-by: Moritz Röhrich <moritz.rohrich@suse.com>
  • Loading branch information
m-ildefons committed Nov 20, 2023
1 parent 6ebb872 commit 432092c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

- name: Set up Git repository
uses: actions/checkout@v3
with:
fetch-tags: true

- name: Set up Python3
uses: actions/setup-python@v4
Expand Down

0 comments on commit 432092c

Please sign in to comment.