Skip to content

feat(marketplace): added ability to install/uninstall tools #80

feat(marketplace): added ability to install/uninstall tools

feat(marketplace): added ability to install/uninstall tools #80

Workflow file for this run

name: ESLint
on:
push:
branches:
- 'main'
pull_request:
types: [opened, synchronize, reopened]
jobs:
eslint:
name: Run eslint check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install dependencies
run: |
yarn install
- name: Run ESLint
run: yarn lint