Skip to content

Commit

Permalink
[CI] Update pr template and workflow (#261)
Browse files Browse the repository at this point in the history
Updated the PR template to be in .github so github can find it and
automatically apply it to all PRs. Also renamed bootstrap_lint
workflow to be more inclusive of the commands and added unit tests
to be ran for PRs.

Signed-off-by: Kawika Avilla <[email protected]>
  • Loading branch information
kavilla authored Apr 9, 2021
1 parent e3b34df commit aaf9ba3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: yarn osd bootstrap
- run: yarn lint
- run: yarn test:jest

0 comments on commit aaf9ba3

Please sign in to comment.