Skip to content

Commit

Permalink
Update workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Jan 19, 2024
1 parent b26e97f commit efd4d6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: Build and test

on:
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/whitespace.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Whitespace Validation
name: Whitespace validation

on:
workflow_dispatch:
Expand All @@ -10,7 +10,7 @@ on:

jobs:
whitespace-validation:
name: Whitespace Validation
name: Validate trailing whitespace and consecutive empty lines
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit efd4d6c

Please sign in to comment.