Skip to content

Commit

Permalink
Merge pull request MrSquaare#39 from jk2K/main
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSquaare authored Jun 3, 2023
2 parents c86f64b + e82b06f commit 84ff9de
Show file tree
Hide file tree
Showing 7 changed files with 601 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Pull Request

on: [pull_request]
on: [pull_request, workflow_dispatch]

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ inputs:
runs:
using: "node16"
main: "lib/index.js"
post: 'lib/cleanup.js'
post-if: 'always()'
1 change: 1 addition & 0 deletions lib/cleanup.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion lib/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 84ff9de

Please sign in to comment.