Skip to content

Commit

Permalink
Merge ab264db into f2b9f2d
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-K-T-Berry committed Mar 29, 2020
2 parents f2b9f2d + ab264db commit c432b6e
Show file tree
Hide file tree
Showing 6 changed files with 14,831 additions and 6 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Release

on:
push:
branches:
- master

jobs:
Test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Use Node.js 12
uses: actions/setup-node@v1
with:
node-version: 12

- run: npx semantic-release
22 changes: 22 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Test

on:
pull_request:
branches:
- master

jobs:
Test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Use Node.js 12
uses: actions/setup-node@v1
with:
node-version: 12

- run: npm install

- run: npm test
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ venv
tmp
yarn-error.log
ignore
.vscode/settings.json
.vscode
4 changes: 0 additions & 4 deletions .snyk

This file was deleted.

0 comments on commit c432b6e

Please sign in to comment.