configuration: Ensure PERSISTENCE_PATH is correctly set #183
Workflow file for this run
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: "wemake_validation" | |
on: | |
push: | |
branches: [ "master" ] | |
pull_request: | |
# The branches below must be a subset of the branches above | |
branches: [ "master" ] | |
schedule: | |
- cron: '28 18 * * 4' | |
jobs: | |
analyze: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v2 | |
- name: wemake-python-styleguide | |
uses: wemake-services/[email protected] | |
with: | |
path: 'digitalpy/' | |
reporter: 'github-pr-review' | |
env: | |
GITHUB_TOKEN: ${{ secrets.WEMAKE_GIT_TOKEN }} | |
# You may pin to the exact commit or the version. | |
# uses: wemake-services/wemake-python-styleguide@657508a0b169e15faeda641c4d9c7bc2afda484b |