Skip to content

Commit

Permalink
chore: rebuild w/ typescript against axios@latest on Saturday mornings
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbinoDrought committed Aug 3, 2022
1 parent 86c4759 commit d113b65
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/typescript-compat.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Typescript Compat

on: [push]
on:
push:
schedule:
- cron: "20 4 * * 6"

jobs:
test:
Expand Down

0 comments on commit d113b65

Please sign in to comment.