create the CI #1

Open
thinkode wants to merge 38 commits from 6-create-the-ci into develop
Showing only changes of commit e9a9cbf31d - Show all commits

View File

@@ -16,8 +16,8 @@ jobs:
with:
go-version: '^1.21.4'
- name: Install dependencies
run: go mod tidy
# - name: Install dependencies
# run: go mod tidy
# - name: Install golangci-lint
# run: |