mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-03 17:35:19 +01:00
➕ Test another linter
This commit is contained in:
parent
c1349c6e94
commit
27216b247b
1 changed files with 13 additions and 0 deletions
13
.github/workflows/pr_linting.yml
vendored
Normal file
13
.github/workflows/pr_linting.yml
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name: 📇 Code Linting
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ develop ]
|
||||
|
||||
jobs:
|
||||
- linting:
|
||||
- name: wemake-python-styleguide
|
||||
uses: wemake-services/wemake-python-styleguide@master
|
||||
with:
|
||||
reporter: 'github-pr-review'
|
||||
GITHUB_TOKEN: "${{ secrets.YNPUT_BOT_TOKEN }}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue