diff --git a/.github/workflows/check-md-links.yml b/.github/workflows/check-md-links.yml index 0710a8d..a5508df 100644 --- a/.github/workflows/check-md-links.yml +++ b/.github/workflows/check-md-links.yml @@ -1,10 +1,10 @@ -name: 'Check Markdown links' +name: 'Link Checker' on: push jobs: check-markdown-links: - name: 'Check Markdown links' + name: 'Link Checker' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5821da7..c501fdd 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -14,7 +14,7 @@ on: jobs: analyze: - name: Analyze with CodeQL + name: Analyze code runs-on: ubuntu-latest permissions: actions: read diff --git a/.github/workflows/run-release-drafter.yml b/.github/workflows/run-release-drafter.yml index f9403e7..c849ad6 100644 --- a/.github/workflows/run-release-drafter.yml +++ b/.github/workflows/run-release-drafter.yml @@ -1,4 +1,4 @@ -name: 'Invoke Release Drafter' +name: 'Release Drafter' on: push: