ci: Improve GitHub Actions workflow for linting.

This commit is contained in:
moonD4rk 2024-01-30 13:27:05 +08:00 committed by ᴍᴏᴏɴD4ʀᴋ
parent 18786d1ebc
commit c31cf602ed

View File

@ -17,6 +17,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: "1.21.x"
cache: false
- name: Check spelling with custom config file
uses: crate-ci/typos@master