mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-04-18 02:14:36 +00:00
Create rustfmt.yml
This commit is contained in:
14
.github/workflows/rustfmt.yml
vendored
Normal file
14
.github/workflows/rustfmt.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
name: Rust Format
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- name: Check Format
|
||||
run: cargo fmt -- --check
|
||||
Reference in New Issue
Block a user