Skip to content

Codegen: Settings Users #1179

Codegen: Settings Users

Codegen: Settings Users #1179

Workflow file for this run

on: [push]
jobs:
lint:
runs-on: ubuntu-latest
name: Run tests
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npm install
- run: npm run test