chore(home/browser): actually most of browser extensions are no longe… #1730
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check Nix formatting | |
on: [push, pull_request] | |
jobs: | |
check-formatting: | |
name: Check formatting | |
runs-on: ubuntu-latest | |
steps: | |
- name: Code checkout | |
uses: actions/checkout@v4 | |
- name: Setup Alejandra CLI | |
uses: luisnquin/[email protected] | |
- name: Check formatting | |
run: alejandra --check **/*.nix |