CI: fix typo in workflow description

This commit is contained in:
NotAShelf 2023-04-15 11:33:50 +03:00
parent c466775789
commit a6264dcf73
No known key found for this signature in database
GPG Key ID: F0D14CCB5ED5AA22
1 changed files with 1 additions and 1 deletions

View File

@ -44,5 +44,5 @@ jobs:
run: git config --global init.defaultBranch main
- name: Validate Flakes
run: nix flake check
- name: Build Hneovim-flake with default settings
- name: Build neovim-flake with default settings
run: nix build .#${{ matrix.package }} --print-build-logs