LF-54899 Add pre-commit hooks for linting and Bentley copyrights #9
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: Run pre-commit checks | ||
on: | ||
push: | ||
branches: | ||
- master | ||
pull_request: | ||
branches: | ||
- master | ||
workflow_dispatch: | ||
jobs: | ||
pre-commit: | ||
uses: seequent/leapfrog-actions-util/.github/workflows/run_pre_commit_checks.yml@run-pre-commit-checks-v1 | ||
Check failure on line 14 in .github/workflows/pre-commit.yml GitHub Actions / .github/workflows/pre-commit.ymlInvalid workflow file
|
||
with: | ||
python_version: 3.10 | ||
requirements_file_path: requirements_dev.txt | ||
artifactory_user: ${{ vars.ARTIFACTORY_USER }} | ||
secrets: | ||
artifactory_token: ${{ secrets.LEAPFROG_ARTIFACTORY_TOKEN }} | ||
github_pat: ${{ secrets.SVC_LEAPFROG_AUTOMATION_GITHUB_PAT }} |