From 44c53374a6e78813573a116703026250f12bd702 Mon Sep 17 00:00:00 2001 From: MoskalykA <100430077+MoskalykA@users.noreply.github.com> Date: Sat, 22 Jul 2023 16:28:24 +0200 Subject: [PATCH] fix: potential correction of the `check` action --- .github/workflows/check.yml | 4 ++-- src/main.rs | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 98d6fc9..e59ed5f 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -1,8 +1,8 @@ on: pull_request: push: - tags: - - "!v*" + tags-ignore: + - v0.* name: check diff --git a/src/main.rs b/src/main.rs index 7a954cb..f0568f8 100644 --- a/src/main.rs +++ b/src/main.rs @@ -11,8 +11,6 @@ use std::{ thread, }; -// yeah - #[derive(FromArgs)] /// A tool to facilitate these projects struct Args {