Skip to content

funds-manager: Use diesel-async and add warp endpoints #31

funds-manager: Use diesel-async and add warp endpoints

funds-manager: Use diesel-async and add warp endpoints #31

Workflow file for this run

on: push
name: Rustfmt
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: rustfmt
override: true
- uses: mbrobbel/rustfmt-check@master
with:
token: ${{ secrets.GITHUB_TOKEN }}