Pull logic for checking if a channel is publically visible out of sta… #779
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: eslint | |
on: | |
push: | |
pull_request: | |
jobs: | |
run-eslint: | |
runs-on: ubuntu-24.04 | |
steps: | |
- name: checkout | |
uses: actions/checkout@v3 | |
- name: dependencies | |
run: npm i --dev | |
- name: lint | |
run: npm run lint |