Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Jutanium authored Apr 12, 2022
2 parents 7058e20 + 59e479e commit 6a6330e
Show file tree
Hide file tree
Showing 13 changed files with 35,380 additions and 1 deletion.
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 6a6330e

Please sign in to comment.