Skip to content

Sticky messages setting to allow responses to bots #396

Sticky messages setting to allow responses to bots

Sticky messages setting to allow responses to bots #396

Workflow file for this run

name: Check style
on:
pull_request:
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Run ESLint
run: npx eslint ./ --quiet