Skip to content

Merge pull request #31 from aniongithub/fix/tls-dir-perms #98

Merge pull request #31 from aniongithub/fix/tls-dir-perms

Merge pull request #31 from aniongithub/fix/tls-dir-perms #98

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
check:
name: Check & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Build and test in devcontainer
uses: devcontainers/ci@v0.3
with:
push: never
runCmd: |
set -e
# Build webui
cd webui && npm install && npm run build && cd ..
# Go checks
go vet ./...
go test ./...
go build -o /tmp/mind-map ./cmd/mind-map/