Skip to content

Add @autifyhq/cs to CODEOWNERS #73

Add @autifyhq/cs to CODEOWNERS

Add @autifyhq/cs to CODEOWNERS #73

Workflow file for this run

name: check-contents
on:
push:
branches:
- static-site
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js "14.x"
uses: actions/setup-node@v2
with:
node-version: "14.x"
- run: npm ci
- run: npm test