Skip to content

Deprecate Travis CI #18

Deprecate Travis CI

Deprecate Travis CI #18

Workflow file for this run

name: "Nitpick git commits"
on: [push, pull_request]
env:
PYTHON_VERSION: 3.6
jobs:
nitpick:
runs-on: ubuntu-20.04
steps:
- name: Setup repository
uses: actions/checkout@v2
- name: Set up python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v2
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Run gnitpick
run: python3 gnitpick.py --verbose