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 83c3b31 commit 61e768e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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-ignore:
- "v*"
tags:
- "!v*"

name: check

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

// yeah

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

0 comments on commit 61e768e

Please # to comment.