Skip to content

refactor: move formula to template file #3

refactor: move formula to template file

refactor: move formula to template file #3

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
- name: Setup mise
uses: jdx/mise-action@v2
- name: Run CLI tests
run: mise run test