mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 14:55:59 +01:00
CI: rename workflow
This commit is contained in:
parent
8f5b27d069
commit
8545cf4748
1 changed files with 3 additions and 3 deletions
6
.github/workflows/check-docs.yml
vendored
6
.github/workflows/check-docs.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: "Validate flake & check formatting"
|
||||
name: "Validate flake & check documentation"
|
||||
on:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
@ -8,8 +8,8 @@ on:
|
|||
paths:
|
||||
- docs/**
|
||||
jobs:
|
||||
nix-flake-check:
|
||||
name: Validate Flake
|
||||
flake-docs-check:
|
||||
name: Validate Flake Documentation
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
Loading…
Reference in a new issue