Skip to content

Bump tornado from 6.0.3 to 6.3.3 (#182) #584

Bump tornado from 6.0.3 to 6.3.3 (#182)

Bump tornado from 6.0.3 to 6.3.3 (#182) #584

Workflow file for this run

name: Check formatting
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
check-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check formatting
run: cargo fmt -- --check