sqlx/.github/workflows/rustfmt.yml
Ryan Leckey fe827a3337
Tweak CI and enable for PRs
* Tweak cache strategy for Rust

* Tweak cache strategy some more

* ci: trigger

* Tweak the rest of the CI tasks
2020-01-06 23:55:11 -08:00

18 lines
197 B
YAML

name: Format
on:
pull_request:
push:
branches:
- master
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: cargo fmt -- --check