Skip to content

Commit

Permalink
manage: Removed Jaid/action-readme from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaid committed Dec 20, 2019
1 parent 4d2ac3a commit 66081b5
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Validate and autofix
on:
push:
branches: [master]
schedule:
- cron: 0 0 * * 1 # Every monday
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: actions/checkout
uses: actions/checkout@v1.2.0
- name: actions/setup-node
uses: actions/setup-node@v1.3.0
with:
node-version: "12.13.1"
- name: npm install
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:
token: ${{ secrets.GITHUB_TOKEN }}
fix: "true"
approve: "true"

0 comments on commit 66081b5

Please sign in to comment.