diff options
| author | Fuwn <[email protected]> | 2021-06-05 21:36:02 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-05 21:36:02 +0000 |
| commit | ea44c30cdb6e83c139f39d1076deeedd08cc7535 (patch) | |
| tree | 87820a20b1a24c09bcd283c09caea72f47932c0a | |
| parent | chore: delete replit file (diff) | |
| download | whirl-ea44c30cdb6e83c139f39d1076deeedd08cc7535.tar.xz whirl-ea44c30cdb6e83c139f39d1076deeedd08cc7535.zip | |
docs: delete outdated docs
| -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 -``` |