Skip to content

💄0 bottom margin and increase top margin for headings (#147) #36

💄0 bottom margin and increase top margin for headings (#147)

💄0 bottom margin and increase top margin for headings (#147) #36

Workflow file for this run

on:
push:
branches:
- main
paths-ignore:
- 'README.md'
- 'SECURITY.md'
- 'LICENCE'
- 'GUIDE.md'
- 'CONTRIBUTING.md'
- 'CODE_OF_CONDUCT.md'
jobs:
format-prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npx prettier . --write
compile-themes:
runs-on: ubuntu-latest
name: Compile themes
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: compile sass
uses: ./.github/actions/compile-themes