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 fec298b commit f6c05feCopy full SHA for f6c05fe
.github/actions/apply-coding-standards-configuration/action.yml
@@ -10,6 +10,8 @@ runs:
10
with:
11
python-version: 3.9
12
- name: Install dependencies
13
+ shell: bash
14
run: python -m pip install -r ${{ github.action_path }}/scripts/configuration/requirements.txt
15
- name: Process files
- run: python ${{ github.action_path }}/scripts/configuration/process_coding_standards_config.py
16
17
+ run: python ${{ github.action_path }}/scripts/configuration/process_coding_standards_config.py
0 commit comments