[#1016] forgejo: Add gopls check step

Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
bugfix/revert-blob-cache-ttl
Dmitrii Stepanov 2024-03-01 12:00:27 +03:00
parent d6534fd755
commit 46a04463b2
1 changed files with 18 additions and 0 deletions

View File

@ -71,3 +71,21 @@ jobs:
- name: Run staticcheck
run: make staticcheck-run
gopls:
name: gopls check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.21'
cache: true
- name: Install gopls
run: make gopls-install
- name: Run gopls
run: make gopls-run