Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds rustfmt to CI #51

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

brightly-salty
Copy link

@brightly-salty brightly-salty commented Jan 18, 2021

Adds rustfmt to CI, will run on push and pull_request and fails if the code is not properly formatted

Fixes #47

uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does tendril require nightly to build? If not, then it should just require stable instead of nightly.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it doesn't. I'll fix it.

@KiChjang
Copy link

@bors-servo r+

Thanks!

@bors-servo
Copy link
Contributor

📌 Commit b0e4c75 has been approved by KiChjang

@bors-servo
Copy link
Contributor

⌛ Testing commit b0e4c75 with merge f2d135f...

bors-servo added a commit that referenced this pull request Jan 19, 2021
Adds rustfmt to CI

Adds rustfmt to CI, will run on push and pull_request and fails if the code is not properly formatted

Fixes #47
@bors-servo
Copy link
Contributor

💔 Test failed - checks-travis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use rustfmt
3 participants