Skip to content

UIB-46 [Mention] Extra search text isn't vanished after mention. #196

UIB-46 [Mention] Extra search text isn't vanished after mention.

UIB-46 [Mention] Extra search text isn't vanished after mention. #196

Workflow file for this run

name: Linting
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint:ci