Skip to content

CSS Sprint E-4: DevX polish - stylelint guard, 282 dead stubs gone, paved-path enforcement, discoverability #37948

CSS Sprint E-4: DevX polish - stylelint guard, 282 dead stubs gone, paved-path enforcement, discoverability

CSS Sprint E-4: DevX polish - stylelint guard, 282 dead stubs gone, paved-path enforcement, discoverability #37948

Workflow file for this run

# Sample workflow for building and deploying a Hugo site to GitHub Pages
name: Deploy Hugo site to Pages
on:
workflow_dispatch:
pull_request:
schedule:
- cron: '0 0 * * *'
push:
branches: [ master ]
workflow_run:
workflows: ["Sync articles"]
types:
- completed
permissions:
contents: read
pages: write
id-token: write
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: ${{ github.event.pull_request.number != '' }}
defaults:
run:
shell: bash
jobs:
build_and_deploy:
uses: ./.github/workflows/_hugo.yml
unit_tests:
name: Unit Tests
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v7
- uses: ruby/setup-ruby@v1
with:
ruby-version: '4.0'
bundler-cache: true
- uses: ./.github/actions/setup-hugo
- run: bundle exec rake test:unit
env:
PRECOMPILED_ASSETS: '1'
HUGO_DEFAULT_PATH: _dest/public-test