Skip to content

feat:HookUrlApiReceiver (#853) #4449

feat:HookUrlApiReceiver (#853)

feat:HookUrlApiReceiver (#853) #4449

Workflow file for this run

name: Lint
on: [push]
jobs:
eslint-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 14
- run: npm install
- run: npm run lint