Skip to content

Update dependency sass to v1.69.4 [skip netlify] #94

Update dependency sass to v1.69.4 [skip netlify]

Update dependency sass to v1.69.4 [skip netlify] #94

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout πŸ›Ž
uses: actions/checkout@v4
- name: Setup Node env πŸ—
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
cache: 'yarn'
- name: Install dependencies πŸ‘¨πŸ»β€πŸ’»
run: yarn install --frozen-lockfile
- name: Run linter πŸ‘€
run: yarn lint:check
- name: Build CSS 🎨
run: yarn build:css
- name: Build Content πŸ“
run: yarn build:content