Skip to content

Merge pull request #645 from dwh-outsite/tailwind-linting #9

Merge pull request #645 from dwh-outsite/tailwind-linting

Merge pull request #645 from dwh-outsite/tailwind-linting #9

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