Skip to content

Bump idna from 3.4 to 3.7 #261

Bump idna from 3.4 to 3.7

Bump idna from 3.4 to 3.7 #261

Workflow file for this run

name: CI
permissions: read-all
on:
push:
branches:
- master
- '[0-9]+.[0-9]+'
pull_request:
jobs:
build_warning_nix:
name: Build with Nix
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- uses: cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c
- name: Build
run: nix-shell --pure --run 'make SPHINXOPTS='-W' html'