Skip to content

hotfix/Removed error if any projects to display #13

hotfix/Removed error if any projects to display

hotfix/Removed error if any projects to display #13

Workflow file for this run

name: Continuous Integration
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
jobs:
go:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.21.6
- name: Go Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2
- name: Run Go Tests
run: go test ./api -v