feat: add adjust_contrast, adjust_hue, combined_non_max_suppression, crop_and_resize image oprs #98
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: Semantic | |
on: | |
pull_request: | |
branches: [ "master" ] | |
jobs: | |
semantic-pull-request: | |
name: Semantic check | |
runs-on: windows-latest | |
steps: | |
- name: semantic-pull-request | |
uses: amannn/action-semantic-pull-request@v4 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
with: | |
validateSingleCommit: true |