Skip to content

CAT-23697 Updated rtx-action to mise-action in GHA workflows #27

CAT-23697 Updated rtx-action to mise-action in GHA workflows

CAT-23697 Updated rtx-action to mise-action in GHA workflows #27

Workflow file for this run

# This confirms that the repo is properly validated according
# to the information located in README-HEADER.md
name: Validate
on:
pull_request:
# Run tests when PRs opened or updated
types: [opened, synchronize]
branches:
- main
concurrency: validate-${{ github.base_ref }}
jobs:
validate:
name: "Validate"
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: "Checkout"
uses: actions/checkout@main
- name: Setup mise
uses: jdx/mise-action@v2
- name: "Validate Module"
run: ./scripts/validate.sh