From 0257b60e2f4ccc242ae9e96e8281c73338e02c86 Mon Sep 17 00:00:00 2001 From: Maciej Bromirski <50320623+Nevalicjus@users.noreply.github.com> Date: Wed, 29 Nov 2023 20:52:43 +0100 Subject: [PATCH] fixes --- .github/workflows/rust.yml | 21 --------------------- README.md | 4 +++- 2 files changed, 3 insertions(+), 22 deletions(-) delete mode 100644 .github/workflows/rust.yml diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml deleted file mode 100644 index 6719b6c..0000000 --- a/.github/workflows/rust.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Cargo Build & Test - -on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] - -env: - CARGO_TERM_COLOR: always - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - name: Build - run: cargo build --verbose - - name: Run tests - run: cargo test --verbose diff --git a/README.md b/README.md index 15836f5..b62332e 100644 --- a/README.md +++ b/README.md @@ -22,4 +22,6 @@ ts: "node {file}" v: "v run {file}" ``` -`{file}` gets replaced with the full name, `{name}` with the name (without extension), and `{ext}` with the extesion +`{file}` -> full name,
+`{name}` -> (without extension),
+`{ext}` -> extesion