Skip to content

fix: typo in method getProjectsList (#573) #39

fix: typo in method getProjectsList (#573)

fix: typo in method getProjectsList (#573) #39

Workflow file for this run

name: Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
- name: Setup node 🔧
uses: actions/setup-node@v2
with:
node-version: 12
- name: Test ✔️
run: |
npm ci
npm test