Skip to content

Commit 144da60

Browse files
committed
fix: github workflows
1 parent a4106a4 commit 144da60

4 files changed

Lines changed: 4 additions & 7 deletions

File tree

.github/actions/setup-php-env/action.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,7 @@ runs:
7171
env: ${{ inputs.php-env != '' && fromJSON(inputs.php-env) || fromJSON('{}') }}
7272

7373
- name: "Install just"
74-
shell: bash
75-
run: |
76-
curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | sudo bash -s -- --to /usr/local/bin
77-
just --version
74+
uses: extractions/setup-just@v3
7875

7976
- name: "Install PIE"
8077
if: ${{ inputs.pie-extensions != '' }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Check for uncommitted changes
3939
run: |
4040
if [[ -n "$(git status --porcelain)" ]]; then
41-
echo "Uncommitted changes detected, please run `just docs` and commit the changes."
41+
echo "Uncommitted changes detected, please run \`just docs\` and commit the changes."
4242
git status
4343
exit 1
4444
else

web/landing/resources/api.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

web/landing/resources/dsl.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)