Skip to content

ncm-hostsfile: Test IPv6 and dual stack localhosts #482

ncm-hostsfile: Test IPv6 and dual stack localhosts

ncm-hostsfile: Test IPv6 and dual stack localhosts #482

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