Skip to content

feat(manager): add typeahead to "Lancer ID" field #54

feat(manager): add typeahead to "Lancer ID" field

feat(manager): add typeahead to "Lancer ID" field #54

Workflow file for this run

name: Release Creation
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Checkout
- uses: actions/setup-node@v3
name: Setup Node
with:
node-version: latest
- name: Run Tests
run: |
npm ci
npm test