mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
♻️ another hit on GH action configuration
This commit is contained in:
parent
98a358b60a
commit
07dd4d0b0a
1 changed files with 3 additions and 2 deletions
5
.github/workflows/pr_linting.yml
vendored
5
.github/workflows/pr_linting.yml
vendored
|
|
@ -7,11 +7,12 @@ on:
|
|||
branches: [ develop ]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
linting:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Code Check
|
||||
- uses: wemake-services/wemake-python-styleguide@master
|
||||
uses: wemake-services/wemake-python-styleguide@master
|
||||
with:
|
||||
reporter: 'github-pr-review'
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ secrets.YNPUT_BOT_TOKEN }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue