Skip to content

Правит опечатку в статье про OKLCH #1090

Правит опечатку в статье про OKLCH

Правит опечатку в статье про OKLCH #1090

Workflow file for this run

name: HTML
on:
pull_request:
push:
branches:
- main
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 11
- run: npm ci
- run: npm run build
- run: npm run html