Fix (probably) shfmt

This commit is contained in:
Lev Vereshchagin 2021-12-05 19:33:07 +03:00
parent 2d2bf202f7
commit 31b1e9c4d7

View file

@ -21,6 +21,8 @@ jobs:
# For shfmt pre-commit hook
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: "^1.14"
- name: Cache
uses: actions/cache@v2