Skip to content

Commit 594b6df

Browse files
feat: run with fix_linting_errors_v2
2 parents ab5a085 + 59db2e8 commit 594b6df

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.github/workflows/link-checker.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
linkChecker:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
19+
with:
20+
persist-credentials: false
1921

2022
- name: Restore lychee cache
2123
uses: actions/cache@v4
@@ -27,10 +29,11 @@ jobs:
2729

2830
- name: Link Checker
2931
id: lychee
30-
uses: lycheeverse/lychee-action@v2
32+
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2
3133
with:
3234
args: >-
3335
'./**/*.md'
36+
--root-dir .
3437
--verbose
3538
--no-progress
3639
--user-agent 'Mozilla/5.0 (X11; Linux x86_64) Chrome/134.0.0.0'

.github/workflows/run_tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
# pull_request:
1111
# types: [opened, synchronize, reopened]
1212
# branches: [main]
13+
# push:
14+
# branches: [main]
1315

1416
jobs:
1517
Wait-for-images:
@@ -26,12 +28,10 @@ jobs:
2628
poll-interval: 20
2729
Zookeeper-Pipeline:
2830
needs: Wait-for-images
29-
#uses: Netcracker/qubership-test-pipelines/.github/workflows/zookeeper.yaml@81a445840dde346a27ce09955779af4894bb0a14 #v1.2.0
30-
uses: Netcracker/qubership-test-pipelines/.github/workflows/zookeeper.yaml@feat/get_service_tag
31+
uses: Netcracker/qubership-test-pipelines/.github/workflows/zookeeper.yaml@fix_linting_errors_v2 #v1.4.1
3132
with:
3233
service_branch: '${{ github.head_ref || github.ref_name }}'
33-
#pipeline_branch: '81a445840dde346a27ce09955779af4894bb0a14' #this value must match the value after '@' in 'uses'
34-
pipeline_branch: 'feat/get_service_tag' #this value must match the value after '@' in 'uses'
34+
pipeline_branch: 'fix_linting_errors_v2' #this value must match the value after '@' in 'uses'
3535
secrets:
3636
AWS_S3_ACCESS_KEY_ID: ${{secrets.AWS_S3_ACCESS_KEY_ID}}
3737
AWS_S3_ACCESS_KEY_SECRET: ${{secrets.AWS_S3_ACCESS_KEY_SECRET}}

integration-tests/robot/tests/zookeeper/crud/node_tests.robot

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,4 @@ Test Zookeeper CRUD
6363
Test Updating Data
6464
Test Node Deletion
6565
[Teardown] Cleanup
66+

0 commit comments

Comments
 (0)