Remove the lint command

Can't quite make it work right now. It will have to come later.
This commit is contained in:
Savanni D'Gerinel 2025-04-08 22:08:58 -04:00
parent 365dfab1f1
commit cb824cf00d

View File

@ -24,9 +24,6 @@ jobs:
steps:
- name: Checkout repository code
uses: actions/checkout@v4
- name: Run linter
run: |
/run/current-system/sw/bin/nix --extra-experimental-features "nix-command flakes" run -- task lint
- name: Build the apps
run: /run/current-system/sw/bin/nix --extra-experimental-features "nix-command flakes" build .#all
- name: Check the end of the build