Skip to content

Commit

Permalink
manage: Added cron trigger to workflow validate.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Jaid <jaid.jsx@gmail.com>
  • Loading branch information
Jaid committed Nov 29, 2019
1 parent acbc3e5 commit 354c416
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
uses: jaid/action-npm-install@master
- name: Jest
uses: jaid/action-jest@master
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
- name: Uptodater
uses: jaid/action-uptodater@master
with:
Expand Down

0 comments on commit 354c416

Please sign in to comment.