Skip to content

[maven-release-plugin] prepare release configuration-modules-grid-23.… #23

[maven-release-plugin] prepare release configuration-modules-grid-23.…

[maven-release-plugin] prepare release configuration-modules-grid-23.… #23

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