Files
Oceanbox.GeoJson/.gitea/workflows/build.yaml
Moritz Jörg 502f637c8f
All checks were successful
Build / build (push) Successful in 21s
devel: Remove devcontainer and use_nix in direnv
Start divide and conquer migration to gitea actions.
2026-01-25 09:51:30 +01:00

25 lines
583 B
YAML

# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/github-workflow.json
name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
NUGET_XMLDOC_MODE: ""
DOTNET_MULTILEVEL_LOOKUP: 0
jobs:
build:
runs-on: nix
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: nix build -f .