Skip to content

fix: fix chatbot link #17

fix: fix chatbot link

fix: fix chatbot link #17

Workflow file for this run

name: Lint CI
on:
push:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install
run: npm i
- name: Lint
run: npm run lint && npm run test