create the CI #1

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

View File

@@ -15,8 +15,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: |