Skip to content

Added search param to get user profiles function #111

Added search param to get user profiles function

Added search param to get user profiles function #111

Workflow file for this run

name: Test
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Lint
run: npm run lint