Add Go linting job to unit tests workflow #3

Merged
rrise merged 4 commits from chore/move-worflows into master 2025-06-18 02:22:59 +00:00
Showing only changes of commit 992ce37687 - Show all commits

View File

@@ -4,12 +4,13 @@ on:
branches: branches:
- "*" - "*"
name: 🧪 ✨ Unit Tests Workflow name: 🧪 ✨ Tests Workflow
env:
GO_VERSION: '1.24.3'
jobs: jobs:
lint-go: lint-go:
env:
GO_VERSION: '1.24.3'
name: 🔍 🐹 Go Tests name: 🔍 🐹 Go Tests
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@@ -38,8 +39,6 @@ jobs:
uses: golangci/golangci-lint-action@v8.0.0 uses: golangci/golangci-lint-action@v8.0.0
test-go: test-go:
env:
GO_VERSION: '1.24.3'
name: 🔍 🐹 Go Tests name: 🔍 🐹 Go Tests
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: