Skip to content

[native/web] make findUserIdentities RPC available to native and web #3516

[native/web] make findUserIdentities RPC available to native and web

[native/web] make findUserIdentities RPC available to native and web #3516

Workflow file for this run

name: ShellCheck
on:
push:
branches: [master]
pull_request:
types: [opened, reopened]
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install ShellCheck
run: sudo apt-get update && DEBIAN_FRONTEND=noninteractive sudo apt-get install -y shellcheck
- name: Set globstar
run: shopt -s globstar
- name: Run ShellCheck
run: shellcheck -x -P SCRIPTDIR **/*.sh