Skip to content

Commit

Permalink
Bump gautamkrishnar/keepalive-workflow from 1 to 2 (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oliver Kopp <[email protected]>
  • Loading branch information
dependabot[bot] and koppor committed Apr 2, 2024
1 parent f67158a commit 1fd9c07
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
paths:
- '.github/workflows/check-links.yml'
- '**/*.md'
pull_request:
paths:
- '.github/workflows/check-links.yml'
- '**/*.md'
schedule:
# Run on the first of each month at 9:00 AM (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07)
- cron: "0 9 1 * *"
Expand All @@ -21,6 +25,7 @@ jobs:
- uses: actions/checkout@v4
with:
show-progress: 'false'
- uses: gautamkrishnar/keepalive-workflow@v2
- name: Restore lychee cache
uses: actions/cache@v4
with:
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/keep-alive.yml

This file was deleted.

10 changes: 9 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
name: Lint
on: [push, pull_request, workflow_dispatch]
on:
push:
branches:
- main
pull_request:
schedule:
- cron: "0 9 1 * *"
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- uses: gautamkrishnar/keepalive-workflow@v2
- name: Lint
uses: DavidAnson/markdownlint-cli2-action@v15
with:
Expand Down

0 comments on commit 1fd9c07

Please sign in to comment.