Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
davedbase committed Apr 12, 2022
2 parents a57956d + e911b2f commit d6858d5
Show file tree
Hide file tree
Showing 12 changed files with 8,883 additions and 4 deletions.
12 changes: 12 additions & 0 deletions .github/actions/aggregate-on-push/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: 'aggregate-on-push'
description: 'Validate all PRs on trigger'
author: 'Oren Elbaum'

inputs:
GITHUB_TOKEN:
description: 'GitHub token'
required: true

runs:
using: 'node16'
main: 'index.js'
Loading

0 comments on commit d6858d5

Please sign in to comment.