Skip to content

Fix: foot-transparent wasn't actually transparent #32

Fix: foot-transparent wasn't actually transparent

Fix: foot-transparent wasn't actually transparent #32

Workflow file for this run

name: build-all
on:
workflow_dispatch:
push:
paths:
- "packages/**"
- ".github/workflows/**"
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v25
with:
extra_nix_config: |
substituters = https://42loco42.cachix.org https://cache.nixos.org
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= 42loco42.cachix.org-1:6HvWFER3RdTSqEZDznqahkqaoI6QCOiX2gRpMMsThiQ=
- name: Run CI
run: nix run .#ci
env:
CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}