Skip to content

Commit

Permalink
chore: cron and pinpin rewire (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Oct 22, 2021
1 parent 1b79417 commit 31b7f0d
Show file tree
Hide file tree
Showing 32 changed files with 1,404 additions and 773 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: cron
on:
push:
branches:
- main
paths:
- 'packages/cron/**'
- '.github/workflows/cron.yml'
pull_request:
paths:
- 'packages/cron/**'
- '.github/workflows/cron.yml'
jobs:
test:
runs-on: ubuntu-latest
name: Test
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
- uses: bahmutov/npm-install@v1
- run: npm test --workspace packages/cron
Loading

0 comments on commit 31b7f0d

Please sign in to comment.