Casey Rodarmor
1c22623df4
Trigger GitHub actions build on either push and PR to master
...
type: development
2020-04-07 19:01:13 -07:00
Casey Rodarmor
f2a5f13729
Format with unstable rustfmt options
...
- Format with nightly rustfmt
- Enable unstable options in rustfmt.toml
- Turn off git text file detection, so newlines are always unix newlines
type: reform
2020-04-07 19:01:07 -07:00
Casey Rodarmor
b0962722c7
Add Github Actions build badge to readme
...
Also change the name of the main workflow from Main to Build, since I'd
like the badge to say "Build | Passing".
type: documentation
2020-04-07 19:01:06 -07:00
Casey Rodarmor
2512b05ece
Fix Bors
...
type: development
2020-04-07 19:01:01 -07:00
Casey Rodarmor
a6745e2a41
Configure Bors
...
Bors: I'll save you Meguca!
type: development
2020-04-07 19:01:00 -07:00
Casey Rodarmor
9dd8a56298
Release v0.0.1
...
- Add changelog
- Update publish-check recipe to match github actions
- Add publish recipe
- Update dependencies
- Add minimimal-deps compatibility check
type: release
2020-04-07 19:00:59 -07:00
Casey Rodarmor
cf59a58c67
Build and upload release artifacts from CI
...
type: distribution
2020-04-07 19:00:58 -07:00
Casey Rodarmor
1f5b829742
Add table of contents to readme
...
type: documentation
2020-04-07 19:00:48 -07:00
Casey Rodarmor
d1f8f24d8e
Add colored output
...
Colored output can be controlled on the command line with
`--use-color auto|always|never`. The default is `auto`, which enables
color if `imdl` detects that it is printing to a terminal.
Color can be disabled entirely by setting the `NO_COLOR` environment
variable.
type: added
2020-04-07 19:00:47 -07:00
Casey Rodarmor
7de1c04776
Fail CI if code isn't formatted
...
type: testing
2020-04-07 19:00:40 -07:00
Casey Rodarmor
408735621e
Delete extraneous comment in workflow file
...
type: reform
2020-04-07 19:00:34 -07:00
Casey Rodarmor
074a3b3d42
Run CI tests on windows, macos, and linux
...
type: testing
2020-04-07 18:55:48 -07:00
Casey Rodarmor
9f83661374
Configure clippy and lint on push
...
Enable as many lints as I can stand. I'll definitely add more exceptions as
`clippy::pedantic` and `clippy::restriction` wear me down.
type: testing
2020-04-07 18:55:45 -07:00
Casey Rodarmor
3affa8c5e1
Add build and test github action workflow
...
type: testing
2020-04-07 18:55:37 -07:00