Skip to content

Commit 7673f4f

Browse files
committed
chore: invalid infra edits
Just for testing
1 parent 6851970 commit 7673f4f

4 files changed

Lines changed: 11 additions & 0 deletions

File tree

infra/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This repo is a set of re-usable components for projects of different languages. It's intended to be included in other projects with [embd](https://www.github.com/ptsouchlos/embd).
44

5+
Edit
6+
57
## Author
68

79
| [<img src="https://avatars0.githubusercontent.com/u/6591180?s=460&v=4" width="100"><br><sub>@ptsouchlos</sub>](https://github.com/ptsouchlos) |

infra/rust/just/clippy.just

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
[group('dev')]
33
lint:
44
cargo clippy --all --tests -- -D warnings
5+
6+
echo:
7+
echo "Run 'just lint' to run clippy"

infra/rust/just/format.just

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
[group('dev')]
33
format:
44
cargo fmt --all
5+
6+
fmt-echo:
7+
echo "Run 'just lint' to run clippy"

infra/rust/just/shells.just

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
set windows-shell := ["pwsh.exe", "-NoLogo", "-Command"]
22
set shell := ["bash", "-c"]
3+
4+
shls-echo:
5+
echo "Run 'just lint' to run clippy"

0 commit comments

Comments
 (0)