Fix clippy::ignored_unit_patterns
lint violations in latest stable 1.75.0
#398
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Merge | |
"on": | |
pull_request: | |
types: [opened, labeled, unlabeled, synchronize] | |
jobs: | |
labels: | |
name: Labels | |
runs-on: ubuntu-latest | |
steps: | |
- uses: mheap/github-action-required-labels@4e9ef4ce8c697cf55716ecbf7f13a3d9e0b6ac6a # v5.1.0 | |
with: | |
mode: exactly | |
count: 0 | |
labels: "S-do-not-merge, S-wip" |