Skip to content

Wrap 'nosh_usrs' user names in word boundaries #7

Wrap 'nosh_usrs' user names in word boundaries

Wrap 'nosh_usrs' user names in word boundaries #7

Workflow file for this run

name: AIPRChecker - Check for security issues and code smells
on: [pull_request_target]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Run AIPRChecker
uses: AI-Gents/AIPRChecker@main
with:
api-key: ${{ secrets.OPENAI_API_KEY }}
model: 'gpt-4'
github-token: ${{ secrets.GITHUB_TOKEN }}