Skip to content

Commit

Permalink
chore: add CODEOWNERS (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpsq authored Jul 30, 2020
1 parent 6124fb7 commit 64a4092
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ jobs:

steps:
- uses: actions/checkout@v2

- uses: actions/setup-node@v2-beta
with:
node-version: '12'
name: Check types + linting + build

- name: Check types + linting + build
run: |
yarn
yarn build
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @bluestreak01 @mpsq

0 comments on commit 64a4092

Please sign in to comment.