From 64a409286bf5b78b3e11617465885acfa6f8f64f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9ril?= Date: Thu, 30 Jul 2020 15:31:07 +0200 Subject: [PATCH] chore: add CODEOWNERS (#72) --- .github/workflows/ci.yaml | 4 +++- CODEOWNERS | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 CODEOWNERS diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 195555a3a..403a0ffaf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 000000000..694837b8f --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @bluestreak01 @mpsq