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