From 4c14e0e9a884f265f11c7fb15d998b3492fecf65 Mon Sep 17 00:00:00 2001 From: LuisLiraC Date: Fri, 13 Sep 2024 23:16:01 -0600 Subject: [PATCH] Example --- README.md | 1 + src/main.rs | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 198d3b6..8ca3c2d 100644 --- a/README.md +++ b/README.md @@ -57,3 +57,4 @@ jobs: > [!WARNING] > At this moment it only works with the `pull_request` event. It uses the `GITHUB_BASE_REF` environment variable to get the base branch of the PR and this environment variable is only available in the `pull_request` event. + diff --git a/src/main.rs b/src/main.rs index 0c808a7..6576fca 100644 --- a/src/main.rs +++ b/src/main.rs @@ -10,6 +10,8 @@ struct PatternFilter { exclude: bool, } +// Change + fn main() { let args: Vec = env::args().collect(); let mut patterns_filters: Vec = Vec::new();