Skip to content

fix: stop at first @eficode.com profile in auto-detect loop #241

fix: stop at first @eficode.com profile in auto-detect loop

fix: stop at first @eficode.com profile in auto-detect loop #241

Workflow file for this run

name: Continuous Integration
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: '16'
- run: npm ci
- run: npm test
- run: npm run lint