Skip to content

Add two new check-jsonschema checks #2932

Add two new check-jsonschema checks

Add two new check-jsonschema checks #2932

Workflow file for this run

name: wps
'on':
pull_request:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: wemake-services/wemake-python-styleguide@master
with:
reporter: 'github-pr-review'
env:
GITHUB_TOKEN: ${{ secrets.github_token }}