diff options
| -rw-r--r-- | docs/act.md | 12 | ||||
| -rw-r--r-- | docs/ok.md | 23 |
2 files changed, 0 insertions, 35 deletions
diff --git a/docs/act.md b/docs/act.md deleted file mode 100644 index 97ab6ae..0000000 --- a/docs/act.md +++ /dev/null @@ -1,12 +0,0 @@ -# act - -## Usage - -### Prerequisites -- [Act](https://github.com/nektos/act) -- [Docker](https://www.docker.com/) - -### Executing -```shell -$ act # Executes all GitHub actions (there is only one) -``` diff --git a/docs/ok.md b/docs/ok.md deleted file mode 100644 index 3f62c70..0000000 --- a/docs/ok.md +++ /dev/null @@ -1,23 +0,0 @@ -# ok - -The [.ok](../.ok) file within the root directory is a file which is used to run various shell -commands in order, usually for testing. - -## Current configuration (outdated) -1. Lint and fix fixable linting warnings based on the [rustfmt.toml](../rustfmt.toml) file -2. Check for lint warnings and display -3. Check for any warnings and compilation errors - -## Usage - -### Prerequisites - -An ok-file executor, I recommend [ok](https://github.com/juev/ok). - -P.S. -Bonus points for being written in Rust! - -### Executing -```shell -$ ok # In the root directory of this repository -``` |