Skip to content

Commit

Permalink
ci: fixing actions names
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4ko committed Mar 18, 2024
1 parent b69015e commit ed15938
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_links.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Links
name: Check for empty links

on:
repository_dispatch:
Expand All @@ -22,4 +22,4 @@ jobs:
with:
title: Link Checker Report
content-filepath: ./lychee/out.md
labels: report, automated issue
labels: report, automated issue
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run tests and upload results
name: Continious integration

on:
pull_request:
Expand All @@ -7,7 +7,7 @@ on:

jobs:
tests:
name: Run tests
name: Run tests and upload results
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gitleaks.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: gitleaks
on:
name: Check for git secrets with Gitleaks
on:
pull_request:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update tags and create release
name: Create semantic release from commit messages
on:
push:
branches: [main]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Spellcheck Action
name: Check spelling with spellcheck
on:
pull_request:
branches:
Expand Down

0 comments on commit ed15938

Please sign in to comment.