Skip to content

Merge pull request #637 from sharwinbobde/bugfix-635-responsive-posit… #4

Merge pull request #637 from sharwinbobde/bugfix-635-responsive-posit…

Merge pull request #637 from sharwinbobde/bugfix-635-responsive-posit… #4

Workflow file for this run

name: lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎
uses: actions/checkout@master
- name: Setup node env 🏗
uses: actions/[email protected]
with:
node-version: 22
cache: npm
- name: Install dependencies 👨🏻‍💻
run: npm ci
- name: Run linter 👀
run: npm run lint-check