File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ jobs:
48
48
- name : Get Prettier version
49
49
id : prettier-version
50
50
run : |
51
- echo "version=$(jq -r .devDependencies.prettier ${{ github.workspace }}/internal/nginx/modules/package.json)" >> $GITHUB_OUTPUT
51
+ echo "version=$(jq -r .devDependencies.prettier ${{ github.workspace }}/internal/mode/static/ nginx/modules/package.json)" >> $GITHUB_OUTPUT
52
52
53
53
- name : Run Prettier on NJS code
54
54
id : prettier-run
55
55
uses : rutajdash/prettier-cli-action@9e27606a9e18d40b6b4a2b4159e780241d2fbb3c # v1.0.1
56
56
with :
57
- config_path : ${{ github.workspace }}/internal/nginx/modules/.prettierrc
58
- file_pattern : ${{ github.workspace }}/internal/nginx/modules/**/*.js
57
+ config_path : ${{ github.workspace }}/internal/mode/static/ nginx/modules/.prettierrc
58
+ file_pattern : ${{ github.workspace }}/internal/mode/static/ nginx/modules/**/*.js
59
59
prettier_version : ${{ steps.prettier-version.outputs.version }}
60
60
61
61
- name : Prettier Output
You can’t perform that action at this time.
0 commit comments