Skip to content

fix: lint issues

fix: lint issues #202

Workflow file for this run

name: PR Merge Check - Javelin Python
on:
pull_request:
types:
- opened
- synchronize
- reopened
branches:
- "main"
merge_group:
types:
- checks_requested
jobs:
reusable-workflow:
permissions:
contents: 'read'
id-token: 'write'
uses: getjavelin/javelin-workflow/.github/workflows/workflow-pr-check.yml@main
secrets:
DEVOPS_GITHUB_TOKEN: ${{ secrets.DEVOPS_GITHUB_TOKEN }}
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}