Skip to content

firefox: cleanup

firefox: cleanup #123

Workflow file for this run

name: "flake: format check"
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v20
- name: Check if flake complies with default style
run: nix fmt -- -c .