Skip to content

chore: rename to townhall #399

chore: rename to townhall

chore: rename to townhall #399

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