Skip to content

Commit

Permalink
CAT-23697 Updated rtx-action to mise-action in GHA workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ehirsch-3pg committed Mar 4, 2024
1 parent 433bda7 commit 9cb2382
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Setup rtx
- name: Setup mise
uses: jdx/mise-action@v2

- name: "Generate documentation"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: "Checkout"
uses: actions/checkout@main

- name: Setup rtx
- name: Setup mise
uses: jdx/mise-action@v2

- name: "Format"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: "Checkout"
uses: actions/checkout@main

- name: Setup rtx
- name: Setup mise
uses: jdx/mise-action@v2

- name: "Lint"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@main

- name: Setup rtx
- name: Setup mise
uses: jdx/mise-action@v2

- name: "Run document script if necessary"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: "Checkout"
uses: actions/checkout@main

- name: Setup rtx
- name: Setup mise
uses: jdx/mise-action@v2

- name: "Validate Module"
Expand Down

0 comments on commit 9cb2382

Please sign in to comment.