Skip to content

Commit

Permalink
Merge pull request #34 from microlinkhq/next
Browse files Browse the repository at this point in the history
Next
  • Loading branch information
Kikobeats authored Dec 6, 2022
2 parents 0fc1a2d + cb0640e commit b4749fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: contributors

on:
schedule:
# Cron job every Monday at 12:00
# https://crontab.guru/every-monday
- cron: '0 0 * * MON'
pull_request:
branches:
- master

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
convert --version
convert -list format
convert -list configure
npm install --verbose --foreground-scripts sharp --no-package-lock
npm install
- name: Test
run: npm test
- name: Report
Expand Down

0 comments on commit b4749fa

Please sign in to comment.