Skip to content

Commit

Permalink
fix: potential correction of the check action
Browse files Browse the repository at this point in the history
  • Loading branch information
MoskalykA committed Jul 22, 2023
1 parent 61e768e commit 44c5337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
on:
pull_request:
push:
tags:
- "!v*"
tags-ignore:
- v0.*

name: check

Expand Down
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ use std::{
thread,
};

// yeah

#[derive(FromArgs)]
/// A tool to facilitate these projects
struct Args {
Expand Down

0 comments on commit 44c5337

Please sign in to comment.