Skip to content

Commit

Permalink
chore: specify version 0.14.1 for styleguide actions
Browse files Browse the repository at this point in the history
  • Loading branch information
d-Rickyy-b committed Dec 26, 2020
1 parent de2dcfa commit b7d218d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stylecheck.yml
Expand Up @@ -9,4 +9,4 @@ jobs:

steps:
- name: wemake-python-styleguide
uses: wemake-services/wemake-python-styleguide
uses: wemake-services/wemake-python-styleguide@0.14.1
2 changes: 1 addition & 1 deletion .github/workflows/stylecheck_pr.yml
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: wemake-python-styleguide
uses: wemake-services/wemake-python-styleguide
uses: wemake-services/wemake-python-styleguide@0.14.1
with:
reporter: 'github-pr-review'
env:
Expand Down

0 comments on commit b7d218d

Please sign in to comment.