Skip to content

Commit

Permalink
Updated dead-domains-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
monzta committed Sep 22, 2024
1 parent 2cbaef9 commit adb847e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/dead-domains-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ name: Dead Domains Check
env:
NODE_VERSION: 20

on:
- push
- pull_request

jobs:
install:
runs-on: ubuntu-latest

steps:
- uses: pnpm/action-setup@v4
with:
version: 9

on:
schedule:
# Run the job on every Monday at 8:00 AM UTC
Expand Down

0 comments on commit adb847e

Please sign in to comment.