Skip to content

Commit cb64ca9

Browse files
committed
Add rustfmt action
1 parent 0f4dc51 commit cb64ca9

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/ci.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: CI
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- master
7+
push:
8+
branches:
9+
- master
10+
11+
jobs:
12+
rustfmt:
13+
name: rustfmt
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/checkout@v2
17+
- uses: sfackler/actions/rustup@master
18+
- uses: sfackler/actions/rustfmt@master

0 commit comments

Comments
 (0)