diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index ec72bb4..120782d 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -1,4 +1,4 @@ -name: Links +name: Check for empty links on: repository_dispatch: @@ -22,4 +22,4 @@ jobs: with: title: Link Checker Report content-filepath: ./lychee/out.md - labels: report, automated issue \ No newline at end of file + labels: report, automated issue diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b837bbe..fd9fd01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Run tests and upload results +name: Continious integration on: pull_request: @@ -7,7 +7,7 @@ on: jobs: tests: - name: Run tests + name: Run tests and upload results runs-on: ubuntu-latest strategy: matrix: diff --git a/.github/workflows/gitleaks.yml b/.github/workflows/gitleaks.yml index 61f5bb3..73ee8da 100644 --- a/.github/workflows/gitleaks.yml +++ b/.github/workflows/gitleaks.yml @@ -1,5 +1,5 @@ -name: gitleaks -on: +name: Check for git secrets with Gitleaks +on: pull_request: branches: - main diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 830b85d..3ccedee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Update tags and create release +name: Create semantic release from commit messages on: push: branches: [main] diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index 74b94b4..b18170e 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -1,4 +1,4 @@ -name: Spellcheck Action +name: Check spelling with spellcheck on: pull_request: branches: