Skip to content

vaev-style: Reworked body background porpagation to root element. #1596

vaev-style: Reworked body background porpagation to root element.

vaev-style: Reworked body background porpagation to root element. #1596

Workflow file for this run

name: Checks (Ubuntu)
on: [ push, workflow_dispatch ]
jobs:
ubuntu:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Build Environment
run: ./ck tools setup && ./ck tools doctor
- name: Build Libraries
run: ./ck build
- name: Test Libraries
run: ./ck test
- name: Run Reftests
run: ./ck reftests run --headless