Skip to content

Merge pull request #150 from jrha/ci-tests #29

Merge pull request #150 from jrha/ci-tests

Merge pull request #150 from jrha/ci-tests #29

Workflow file for this run

name: Run panlint
on: [push, pull_request]
jobs:
panlint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
# we need the full repo or HEAD^ does not work
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3
- name: Install dependencies
run: pip install colorama prettytable six
- name: run panlint
run: ./travis-build