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 f38b743 commit 3a1e708Copy full SHA for 3a1e708
.github/workflows/ci.yml
@@ -73,16 +73,7 @@ jobs:
73
- name: wpiformat - absolute path to file
74
shell: bash
75
run: |
76
- if [ "$RUNNER_OS" == "Linux" ]; then
77
- python -m wpiformat -f /home/runner/work/styleguide/styleguide/wpiformat/wpiformat/__init__.py -v
78
- elif [ "$RUNNER_OS" == "Windows" ]; then
79
- python -m wpiformat -f /d/a/styleguide/styleguide/wpiformat/wpiformat/__init__.py -v
80
- elif [ "$RUNNER_OS" == "macOS" ]; then
81
- python -m wpiformat -f /Users/runner/work/styleguide/styleguide/wpiformat/wpiformat/__init__.py -v
82
- else
83
- echo "$RUNNER_OS not supported"
84
- exit 1
85
- fi
+ python -m wpiformat -f $GITHUB_WORKSPACE/wpiformat/wpiformat/__init__.py -v
86
87
- name: wpiformat - multiple files
88
0 commit comments