Skip to content

update codeowner

update codeowner #69

Workflow file for this run

name: Full test
on:
pull_request:
branches:
- develop
jobs:
full-test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v1
- name: Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install
run: npm ci
env:
CI: true
- name: Running tests
uses: GabrielBB/[email protected]
with:
run: npm test