Skip to content

fix(web): auth-aware marketing nav — no false 'logged out' on the hom… #34

fix(web): auth-aware marketing nav — no false 'logged out' on the hom…

fix(web): auth-aware marketing nav — no false 'logged out' on the hom… #34

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.26'
cache: true
- name: Build
run: make build
- name: Test
run: make test
env:
# CI Docker is available for testcontainers
DOCKER_HOST: unix:///var/run/docker.sock
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.26'
cache: true
- uses: golangci/golangci-lint-action@v6
with:
version: v1.64.8