Skip to content

chore: update version to 1.0.3 and enhance changelog formatting #22

chore: update version to 1.0.3 and enhance changelog formatting

chore: update version to 1.0.3 and enhance changelog formatting #22

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint-css:
name: Lint CSS
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci
- name: Run stylelint
run: npm run lint:css