mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 17:04:54 +01:00
🎨 set linting permissions and checkout
This commit is contained in:
parent
07dd4d0b0a
commit
3e495bc881
1 changed files with 5 additions and 0 deletions
5
.github/workflows/pr_linting.yml
vendored
5
.github/workflows/pr_linting.yml
vendored
|
|
@ -6,10 +6,15 @@ on:
|
|||
pull_request:
|
||||
branches: [ develop ]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
linting:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Code Check
|
||||
uses: wemake-services/wemake-python-styleguide@master
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue