Skip to content

Commit

Permalink
fix lint-po 2
Browse files Browse the repository at this point in the history
Issue: AAP-32015
  • Loading branch information
jerabekjiri committed Oct 9, 2024
1 parent 23bde20 commit 2aae7da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
ref: ${{ github.event.after }} # for PR avoids checking out merge commit
fetch-depth: 0 # include all history

- uses: actions/setup-python@v4
with:
python-version: "3.11"

- name: install and run lint-po
run: |
pip3 install lint-po
Expand Down

0 comments on commit 2aae7da

Please sign in to comment.