Skip to content

webapp: remove inlined logo #207

webapp: remove inlined logo

webapp: remove inlined logo #207

Workflow file for this run

name: Nix
on:
push:
branches:
- 'main'
- 'dev'
- 'dev-*'
jobs:
default:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v22
- uses: cachix/cachix-action@v12
with:
name: typhon
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build -L
- run: nix build -L .#typhon-webapp
- run: nix build -L .#checks.x86_64-linux.api
- run: nix build -L .#checks.x86_64-linux.formatted
legacy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v22
- uses: cachix/cachix-action@v12
with:
name: typhon
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix-build nix/packages -A typhon
- run: nix-build nix/packages -A typhon-webapp
- run: nix-build nix/checks -A api
- run: nix-build nix/checks -A formatted