Skip to content

Commit

Permalink
Merge pull request #55 from pbs/CAT-23697
Browse files Browse the repository at this point in the history
CAT-23697 Updated rtx-action to mise-action in GHA workflows
  • Loading branch information
ehirsch-3pg authored Mar 4, 2024
2 parents 88f909a + f020a43 commit 654bfc0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

- name: "Generate documentation"
run: ./scripts/document.sh
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: "Checkout"
uses: actions/checkout@main

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

- name: "Format"
run: ./scripts/format.sh
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: "Checkout"
uses: actions/checkout@main

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

- name: "Lint"
run: ./scripts/lint.sh
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@main

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

- name: "Run document script if necessary"
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: "Checkout"
uses: actions/checkout@main

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

- name: "Validate Module"
run: ./scripts/validate.sh

0 comments on commit 654bfc0

Please sign in to comment.