Skip to content

updated homepage

updated homepage #239

Workflow file for this run

name: Test NixOS configuration
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
tests:
strategy:
matrix:
package: [banner, warcraftlogsuploader, sketch-bot, lavalink]
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4.1.1
- name: Install nix
uses: DeterminateSystems/nix-installer-action@main
- name: Nix cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: build system
run: nix build .#${{ matrix.package }}