Skip to content

refactor: rewrite colorlib #820

refactor: rewrite colorlib

refactor: rewrite colorlib #820

Workflow file for this run

name: Cachix
on:
pull_request:
push:
jobs:
build-to-cache:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v15
- uses: cachix/cachix-action@v10
with:
name: qbot
authToken: '${{ secrets.CACHIX_AUTHTOKEN }}'
- run: nix build
- run: ./result/bin/qbot --help
- run: echo OK