Skip to content

Commit 8a865d4

Browse files
author
Jacob Lamb
committed
Rename and update workflow files and badges
Renamed workflow files for link and code quality checks to use consistent naming. Updated README badges and workflow references to match new filenames. Also updated the code quality workflow to use actions/checkout@v5 with persist-credentials set to false and added explicit permissions.
1 parent ea6ec59 commit 8a865d4

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ on:
77
jobs:
88
quality:
99
runs-on: ubuntu-latest
10+
permissions:
11+
contents: read
1012
steps:
1113
- name: Checkout
12-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
15+
with:
16+
persist-credentials: false
1317
- name: Setup Biome
1418
uses: biomejs/setup-biome@v2
1519
with:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
This is the source code for the official documentation page of [lychee].
44

5-
[![Check Links](https://github.com/lycheeverse/lycheeverse.github.io/actions/workflows/links.yml/badge.svg)](https://github.com/lycheeverse/lycheeverse.github.io/actions/workflows/links.yml)
6-
[![Check code quality](https://github.com/lycheeverse/lycheeverse.github.io/actions/workflows/check-pr-quality.yml/badge.svg)](https://github.com/lycheeverse/lycheeverse.github.io/actions/workflows/check-pr-quality.yml)
5+
[![Check Links](https://github.com/lycheeverse/lycheeverse.github.io/actions/workflows/check-links.yml/badge.svg)](https://github.com/lycheeverse/lycheeverse.github.io/actions/workflows/check-links.yml)
6+
[![Check code quality](https://github.com/lycheeverse/lycheeverse.github.io/actions/workflows/check-code-quality.yml/badge.svg)](https://github.com/lycheeverse/lycheeverse.github.io/actions/workflows/check-code-quality.yml)
77
[![Check PR Links](https://github.com/lycheeverse/lycheeverse.github.io/actions/workflows/check-pr-links.yml/badge.svg)](https://github.com/lycheeverse/lycheeverse.github.io/actions/workflows/check-pr-links.yml)
88
[![Built with Starlight](https://astro.badg.es/v2/built-with-starlight/tiny.svg)](https://starlight.astro.build)
99

0 commit comments

Comments
 (0)