Skip to content

Improve icon id retrieving mechanism in preferences #27

Improve icon id retrieving mechanism in preferences

Improve icon id retrieving mechanism in preferences #27

Workflow file for this run

name: ESLint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: sudo npm install eslint -g
- name: Run ESLint
run: eslint . -f tap --ext .js,.jsx,.ts,.tsx