mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-12-20 18:40:03 +01:00
ci: fix workflow id for formatting check
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I44b40a5e771022cb94b8e0e9405375216a6a6964
This commit is contained in:
parent
a4bff9749a
commit
9f7da0727a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
- name: Check Flake
|
- name: Check Flake
|
||||||
run: nix flake check
|
run: nix flake check
|
||||||
|
|
||||||
format-with-alejandra:
|
format-sources:
|
||||||
name: "Check formatting"
|
name: "Check formatting"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: "!contains(github.event.pull_request.title, '[skip ci]')"
|
if: "!contains(github.event.pull_request.title, '[skip ci]')"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue