Warn for string cmp with new string warning assumptions #3
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
on: | |
pull_request: | |
merge_group: | |
# This is required to silence emails about the workflow having no jobs. | |
# We simply define a dummy job that does nothing much. | |
jobs: | |
dummy: | |
runs-on: ubuntu-latest | |
steps: | |
- run: /usr/bin/true |