Skip to content

style: removing unused imports and organizing imports #1

style: removing unused imports and organizing imports

style: removing unused imports and organizing imports #1

Workflow file for this run

name: CI
on: [pull_request]
concurrency:
group: ci-${{ github.event.pull_request.title }}
cancel-in-progress: true
jobs:
lint-styles:
name: Lint Styles
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'npm'
- run: npm ci
- run: npm run lint
lint-commits:
name: Lint Commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v4