Skip to content

Commit f6c05fe

Browse files
authored
Update action.yml
1 parent fec298b commit f6c05fe

File tree

1 file changed

+3
-1
lines changed
  • .github/actions/apply-coding-standards-configuration

1 file changed

+3
-1
lines changed

.github/actions/apply-coding-standards-configuration/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ runs:
1010
with:
1111
python-version: 3.9
1212
- name: Install dependencies
13+
shell: bash
1314
run: python -m pip install -r ${{ github.action_path }}/scripts/configuration/requirements.txt
1415
- name: Process files
15-
run: python ${{ github.action_path }}/scripts/configuration/process_coding_standards_config.py
16+
shell: bash
17+
run: python ${{ github.action_path }}/scripts/configuration/process_coding_standards_config.py

0 commit comments

Comments
 (0)