Support _TZE200_jkfbph7l (AVATTO ME167) #6226
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: review_request | |
on: [pull_request] | |
jobs: | |
review-request: | |
permissions: write-all | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: ethanis/nitpicker@v1 | |
with: | |
nitpicks: '.github/nitpicks.yml' | |
token: '${{ secrets.GITHUB_TOKEN }}' |