mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-29 21:00:54 +00:00
14 lines
150 B
YAML
14 lines
150 B
YAML
name: Format
|
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
check:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v1
|
|
|
|
- run: cargo fmt -- --check
|