Skip to content

fix(server): use TownHall core auth over in-situ #403

fix(server): use TownHall core auth over in-situ

fix(server): use TownHall core auth over in-situ #403

Workflow file for this run

name: fmt
on:
pull_request:
push:
branches:
- main
jobs:
build:
name: Code Formatting
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- name: Execute `cargo fmt`
run: cargo fmt