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 aefc304 commit 835f8c5Copy full SHA for 835f8c5
1 file changed
.github/workflows/build.yaml
@@ -89,9 +89,9 @@ jobs:
89
TOKEN: ${{ secrets.EZROBOT_PAT }}
90
run: |
91
curl -H "Authorization: token $TOKEN" -L https://github.com/ibexa/vale-styles/archive/refs/heads/main.zip -o vale.zip
92
- rm -rf tests
93
- unzip vale.zip
94
- mv vale-styles-main/* vale-styles-main/.vale.ini .
+ unzip vale.zip -d vale
+ rm vale.zip
+ mv vale/vale-styles-main/* vale/vale-styles-main/.vale.ini .
95
96
- name: Run Vale.sh
97
uses: vale-cli/vale-action@v2
0 commit comments