Skip to content

Commit c724387

Browse files
committed
Update CONTRIBUTING.md
1 parent 0d75a3c commit c724387

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ We welcome pull requests, but please note that they are not guaranteed to be acc
3838
- Creating a pull request does not necessarily require an issue. But if the problem is complex, creating an issue beforehand might make the process smoother.
3939
- Do not include fixes that are not directly related to the pull request topic.
4040

41+
### Continuous Integration
42+
43+
We use [GitHub Actions](https://github.com/lusingander/serie/blob/master/.github/workflows/build.yml) to perform basic checks:
44+
45+
- Run both stable and MSRV versions of Rust.
46+
- Run build, test, format, and lint.
47+
4148
### Improving the Commit Graph
4249

4350
Improvements to the commit graph are welcome.

0 commit comments

Comments
 (0)