Skip to content

modules/fuzzel: fix copy-paste mistake #15

modules/fuzzel: fix copy-paste mistake

modules/fuzzel: fix copy-paste mistake #15

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Check formatting
run: nix fmt -- --fail-on-change .
- name: Run checks
run: nix flake check --log-format bar-with-logs