CI: rename workflow

This commit is contained in:
NotAShelf 2023-04-15 11:36:15 +03:00
parent 8f5b27d069
commit 8545cf4748
No known key found for this signature in database
GPG Key ID: F0D14CCB5ED5AA22
1 changed files with 3 additions and 3 deletions

View File

@ -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: