Skip to content

Adding possibility to select and view "trips" - as aggregations of dr… #3

Adding possibility to select and view "trips" - as aggregations of dr…

Adding possibility to select and view "trips" - as aggregations of dr… #3

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "22"
cache: npm
cache-dependency-path: src/web/package-lock.json
- run: npm ci
working-directory: src/web
- run: npm run build
working-directory: src/web
- uses: actions/setup-go@v5
with:
go-version: "1.22"
cache: true
- run: go vet ./...
- run: go build -o /dev/null ./src