Commit 789059c
authored
fix: user flags parser (#19)
## π Description
<!-- Add a more detailed description of the changes if needed. -->
## π Related issue
<!-- If your PR refers to a related issue, link it here. -->
Fixes: #13
## ποΈ Type of change
<!-- Mark with an `x` all the checkboxes that apply (like `[x]`) -->
- [ ] π Examples/docs/tutorials
- [x] π Bug fix (non-breaking change which fixes an issue)
- [ ] π₯ Improvement (non-breaking change which improves an existing
feature)
- [ ] π New feature (non-breaking change which adds functionality)
- [ ] π₯ Breaking change (fix or feature that would cause existing
functionality to change)
- [ ] π¨ Security fix
- [ ] β¬οΈ Dependencies update
## β
Checklist
<!-- Mark with an `x` all the checkboxes that apply (like `[x]`) -->
- [x] I've read the [`Code of
Conduct`](https://github.com/raven-actions/actionlint/blob/main/.github/CODE_OF_CONDUCT.md)
document.
- [x] I've read the
[`Contributing`](https://github.com/raven-actions/actionlint/blob/main/.github/CONTRIBUTING.md)
guide.1 parent 43d299a commit 789059c
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
360 | | - | |
361 | | - | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
362 | 364 | | |
363 | 365 | | |
364 | 366 | | |
| |||
0 commit comments