Skip to content

Commit

Permalink
👷 (ci): Mise - replace action by echo >> $GITHUB_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Feb 7, 2024
1 parent e800ae6 commit c62159d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-fastlane-release_beta_internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ jobs:
with:
fetch-depth: 1 # shallow clone

- name: Install mise tools
uses: jdx/mise-action@v2
- name: Setup mise
run: |
echo "$HOME/.local/share/mise/shims" >> $GITHUB_PATH
- name: bundle install
run: |
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/ci-linter-swiftformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
fetch-depth: 0 # Fetch all history for all branches and tags
lfs: true

- name: Install mise tools
uses: jdx/mise-action@v2
- name: Setup mise
run: |
echo "$HOME/.local/share/mise/shims" >> $GITHUB_PATH
- name: Run swiftformat
run: |
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/ci-linter-swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
fetch-depth: 0 # Fetch all history for all branches and tags
lfs: true

- name: Install mise tools
uses: jdx/mise-action@v2
- name: Setup mise
run: |
echo "$HOME/.local/share/mise/shims" >> $GITHUB_PATH
- name: Run swiftlint
run: |
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/ci-tuist-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ jobs:
fetch-depth: 1 # shallow clone
lfs: true

- name: Install mise tools
uses: jdx/mise-action@v2
- name: Setup mise
run: |
echo "$HOME/.local/share/mise/shims" >> $GITHUB_PATH
- name: tuist fetch
run: |
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/ci-tuist-unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ jobs:
fetch-depth: 1 # shallow clone
lfs: true

- name: Install mise tools
uses: jdx/mise-action@v2
- name: Setup mise
run: |
echo "$HOME/.local/share/mise/shims" >> $GITHUB_PATH
- name: tuist fetch
run: |
Expand Down

0 comments on commit c62159d

Please sign in to comment.