Skip to content

Bump tornado from 6.0.3 to 6.3.3 in /docs #29

Bump tornado from 6.0.3 to 6.3.3 in /docs

Bump tornado from 6.0.3 to 6.3.3 in /docs #29

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v12
- uses: cachix/cachix-action@v8
with:
name: gi-gtk-declarative
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- name: 'Build and Test Libraries and Examples'
run: nix-build -j2 --arg doCheck true
- name: 'Build Docs'
run: nix-shell -j2 --run 'cd docs && mkdocs build'