Skip to content

Commit 41c6474

Browse files
author
Josh Goldberg
authored
chore(website): added cron job to update sponsors data daily (typescript-eslint#4372)
1 parent d4768c0 commit 41c6474

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/update-sponsors.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Update Sponsors Data
2+
3+
on:
4+
branch: main
5+
schedule:
6+
- cron: "0 0 * * *"
7+
8+
jobs:
9+
build:
10+
name: Commit if needed
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v2
14+
- uses: Codecademy/run-on-yarn@v1
15+
with:
16+
command: generate-sponsors
17+
- uses: EndBug/add-and-commit@v7
18+
with:
19+
message: 'chore: update sponsors data'

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy