Skip to content

Commit

Permalink
Update styling.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 authored Nov 4, 2020
1 parent e14cc87 commit f4a1ca3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/styling.yml
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
on: [push]

jobs:
style_check:
runs-on: ubuntu-latest
name: Style check
steps:
- uses: actions/checkout@v2
- name: wemake-python-styleguide
uses: wemake-services/wemake-python-styleguide
with:
reporter: 'github-pr-review'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f4a1ca3

Please sign in to comment.