Skip to content

chore(deps): update qoomon/actions--context action to v5 #14

chore(deps): update qoomon/actions--context action to v5

chore(deps): update qoomon/actions--context action to v5 #14

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@v4
- name: Check bash syntax
run: bash -n bin/git-wt
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup mise
uses: jdx/mise-action@v2
- name: Run CLI tests
run: mise run test