Commit Graph

5 Commits

Author SHA1 Message Date
chip
2158a68d7d
wip: big refactor, removing application cycle + allowing generic parameters to the application (#1400)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-04-03 21:41:04 -03:00
Lucas Fernandes Nogueira
df32e18be3
feat(repo): add setup scripts (#1189) 2021-02-10 02:24:38 -03:00
chip
20a6d73cee
mark helper scripts as executable (#935) 2020-08-18 16:30:44 -05:00
chip
6ee720eae1
feat(workflow) update helper cargo-check scripts (#892)
They can now run check, clippy, fmt, or test. They default to running
clippy, fmt, and test in that order. The cargo sub-commands to run
can be specified as arguments to the script. Only the 4 supported
sub-commands are allowed.

Signed-off-by: Chip Reed <chip@chip.sh>
2020-07-24 11:19:02 -03:00
chip
8cba944c11
Helper scripts to run cargo clippy + test for all features (#874) 2020-07-21 14:35:22 -03:00