mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-09 14:45:58 +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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
@ -8,8 +8,8 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- docs/**
|
- docs/**
|
||||||
jobs:
|
jobs:
|
||||||
nix-flake-check:
|
flake-docs-check:
|
||||||
name: Validate Flake
|
name: Validate Flake Documentation
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in a new issue