diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-12-29 10:05:46 -0800 |
|---|---|---|
| committer | Franck Cuny <59291+fcuny@users.noreply.github.com> | 2025-02-01 14:20:23 -0800 |
| commit | b3d612b3edfa72f4199b2d74898e3f517f7254bf (patch) | |
| tree | 535b86ab8f04f1ff070460ec5b701417cffebc15 /.github | |
| parent | Merge pull request #11 from fcuny/update_flake_lock_action (diff) | |
| download | fcuny.net-b3d612b3edfa72f4199b2d74898e3f517f7254bf.tar.gz | |
formatting
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/check-links.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/flake-checker.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 9d02486..27cf50c 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -38,7 +38,7 @@ jobs: uses: lycheeverse/lychee-action@v2 with: fail: false - args: './result/**/*.html' + args: "./result/**/*.html" - name: Save lychee cache uses: actions/cache/save@v4 if: always() diff --git a/.github/workflows/flake-checker.yml b/.github/workflows/flake-checker.yml index 00a27b6..45b3115 100644 --- a/.github/workflows/flake-checker.yml +++ b/.github/workflows/flake-checker.yml @@ -5,7 +5,7 @@ on: branches: - master schedule: - - cron: '42 0 * * 6' + - cron: "42 0 * * 6" workflow_dispatch: jobs: |
