Skip to content

Commit

Permalink
feat: added node boilerplate and build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
arctic-hen7 committed Jan 7, 2022
1 parent e1d3046 commit d8cc4e9
Show file tree
Hide file tree
Showing 4 changed files with 2,614 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node_modules/
# `ncc` creates some unnecessary stuff
dist/
!dist/index.js
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: "Tribble"
description: "An action that automatically triages issues created with Tribble."
runs:
using: "node12"
main: "action.js"
Loading

0 comments on commit d8cc4e9

Please sign in to comment.