Skip to content

feat: use remote connection instead of pass real credential to client #95

feat: use remote connection instead of pass real credential to client

feat: use remote connection instead of pass real credential to client #95

Workflow file for this run

name: Check
on:
push:
branches:
- develop
pull_request:
workflow_dispatch:
jobs:
quality-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: npm install
- name: Run Check
run: npm run staged
- name: Log success
run: echo "✅ Success!"