fix(deps): update dependency isort to v9 #565
This file contains hidden or 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: "[OpenAEV] Check Signed Commits in PR" | ||
|
Check warning on line 1 in .github/workflows/openaev-check-signed-commit.yml
|
||
| on: | ||
| pull_request_target: | ||
| branches: [main] | ||
| permissions: | ||
| contents: read | ||
| pull-requests: write | ||
| jobs: | ||
| check-signed-commits: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Check signed commits in PR | ||
| uses: FiligranHQ/filigran-ci-tools/actions/check-signed-commit@main | ||