Skip to content

Commit

Permalink
Add a GitHub action (lint-pyradius)
Browse files Browse the repository at this point in the history
  • Loading branch information
AAClause committed Jul 31, 2020
1 parent 46ba139 commit b32bbbb
Show file tree
Hide file tree
Showing 4 changed files with 2,128 additions and 792 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/lint-pyradius.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: lint with pyradius
on: [pull_request]

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@v2
- name: setup python
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: install pyradius
run: pip install --upgrade git+https://github.com/hayd/pep8radius.git
- name: run pyradius
run: pyradius master
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit b32bbbb

Please sign in to comment.