Skip to content

Merge pull request #27 from MMADUs/main #76

Merge pull request #27 from MMADUs/main

Merge pull request #27 from MMADUs/main #76

Workflow file for this run

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