Skip to content

Remove unused SVGR dependencies and update configuration #130

Remove unused SVGR dependencies and update configuration

Remove unused SVGR dependencies and update configuration #130

Workflow file for this run

name: Lint checks - EsLint, Stylelint
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 🚀 Prepare Repository
uses: actions/checkout@v3
- name: 🧩 Install Dependencies
run: npm ci
- name: 🧹 Run Linting
run: npm run lint
- name: 🎨 Run Stylelint
run: npm run stylelint