Skip to content

Commit

Permalink
Fix panlint workflow job
Browse files Browse the repository at this point in the history
Copied from configuration-modules-core
  • Loading branch information
jrha committed Jun 2, 2023
1 parent d84d087 commit dae61c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yaml
Expand Up @@ -26,15 +26,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
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@v2
uses: actions/setup-python@v4
with:
python-version: 3.6
python-version: 3
- name: Install dependencies
run: pip install colorama prettytable six
- name: run panlint
run: .ci-scripts/panlint
run: ./travis-build

0 comments on commit dae61c1

Please sign in to comment.