Skip to content

update to build.js with embedded-sass, remove dart #5

update to build.js with embedded-sass, remove dart

update to build.js with embedded-sass, remove dart #5

Workflow file for this run

name: Check for compiled styles
on:
pull_request:
jobs:
exists:
timeout-minutes: 30
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Compile styles
run: ./script/run yarn run compile
- name: Check that compiled styles are up to date with code changes
run: |
git diff
git diff-index --quiet HEAD