Remove tag fetching for formatter job

The formatter job does not build protodec and as such does not require
the presence of tags
This commit is contained in:
syeopite 2025-08-24 22:31:40 -07:00
parent 015528971a
commit 99a4ccc386
No known key found for this signature in database
GPG key ID: A73C186DA3955A1A

View file

@ -57,8 +57,6 @@ jobs:
steps:
- uses: actions/checkout@v5
with:
fetch-tags: true
- name: Install Crystal
uses: crystal-lang/install-crystal@v1.8.2