create the CI #1

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

View File

@@ -8,13 +8,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '^1.21.4'
# - name: Set up Go
# uses: actions/setup-go@v3
# with:
# go-version: '^1.21.4'
# - name: Install dependencies
# run: go mod tidy