Skip to content

Commit

Permalink
update: README to include status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysharma1 committed Jan 31, 2024
1 parent dcea0ad commit 12d31a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# rust-chmod-conversion

[![tests](https://github.com/harrysharma1/rust-chmod/actions/workflows/tests.yaml/badge.svg)](https://github.com/harrysharma1/rust-chmod/actions/workflows/tests.yaml)

## What this is

This is a simple command line tool that I made for practicing rust.
Expand Down Expand Up @@ -30,4 +32,4 @@ $ chmod-conversion o 127
--x-w-rwx
$ chmod-conversion octal_to_symbolic 127
--x-w-rwx
```
```

0 comments on commit 12d31a0

Please sign in to comment.