Skip to content

[Feature] Helper list command #107

[Feature] Helper list command

[Feature] Helper list command #107

Workflow file for this run

name: Continuous Integration
on: pull_request
jobs:
pr-integration:
runs-on: ubuntu-latest
steps:
- name: Checkout ${{ github.repository }} @ ${{ github.ref }}
uses: actions/checkout@v2
- name: Install NodeJs
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Install Packages required for api
run: npm install
- name: Lint
run: npm run lint