Skip to content

Removed strict $schema: const, so that https also gets transformed #341

Removed strict $schema: const, so that https also gets transformed

Removed strict $schema: const, so that https also gets transformed #341

Workflow file for this run

name: alterschema
on:
push:
branches:
- master
pull_request:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: make
website:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- run: sudo apt update
- run: sudo apt-get install --yes sassc
- run: make www