Skip to content

chore: Add Shell360 to the list of applications #1191

chore: Add Shell360 to the list of applications

chore: Add Shell360 to the list of applications #1191

Workflow file for this run

name: Lint
on:
push:
pull_request:
branches: [dev]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: npm install
- run: npm run lint