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