We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115e710 commit ff2768cCopy full SHA for ff2768c
.github/workflows/cmake-lint.yml
@@ -10,10 +10,10 @@ jobs:
10
- name: Checkout repository
11
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 #v4.1.7
12
13
- - name: Set up Python
14
- uses: actions/setup-python@v6
15
- with:
16
- python-version: '3.x'
+ - name: Set up Python
+ uses: actions/setup-python@v6
+ with:
+ python-version: '3.x'
17
18
- name: Set up cmake-lint
19
run: pip install cmake-lint
0 commit comments