Skip to content

Commit 4c14e0e

Browse files
committed
Example
1 parent 024c2ee commit 4c14e0e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,4 @@ jobs:
5757
5858
> [!WARNING]
5959
> 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.
60+

src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ struct PatternFilter {
1010
exclude: bool,
1111
}
1212

13+
// Change
14+
1315
fn main() {
1416
let args: Vec<String> = env::args().collect();
1517
let mut patterns_filters: Vec<PatternFilter> = Vec::new();

0 commit comments

Comments
 (0)