Skip to content

fix: correct method name for Mail Hosting API service in NodestyApiCl… #224

fix: correct method name for Mail Hosting API service in NodestyApiCl…

fix: correct method name for Mail Hosting API service in NodestyApiCl… #224

Workflow file for this run

name: check
on:
push:
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Lint & Test build
run: pnpm check