Skip to content

chore(deps): update jdx/mise-action action to v3 (#18) #27

chore(deps): update jdx/mise-action action to v3 (#18)

chore(deps): update jdx/mise-action action to v3 (#18) #27

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Check bash syntax
run: bash -n bin/git-wt
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup mise
uses: jdx/mise-action@v3
- name: Run CLI tests
run: mise run test