Skip to content

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

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

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

Workflow file for this run

name: Lint
on:
pull_request:
# Run linter when PRs opened or updated
types: [opened, synchronize]
branches:
- main
concurrency: lint-${{ github.base_ref }}
jobs:
lint:
name: "Lint"
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: "Checkout"
uses: actions/checkout@main
- name: Setup mise
uses: jdx/mise-action@v2
- name: "Lint"
run: ./scripts/lint.sh