Skip to content

Commit 50529e2

Browse files
committed
ci: lint only with latest RF
1 parent a959dc3 commit 50529e2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/on-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
run: |
3636
uv pip install robotframework==${{ matrix.rf-version }} --python ${{ matrix.python-version }} --system
3737
- name: Lint files
38+
if : matrix.rf-version != '6.1.1'
3839
run: |
3940
inv lint -e
4041
- name: Run unit tests

0 commit comments

Comments
 (0)