Skip to content

chore(deps): update jdx/mise-action action to v4 #116

chore(deps): update jdx/mise-action action to v4

chore(deps): update jdx/mise-action action to v4 #116

Workflow file for this run

name: "generate"
on: [push]
jobs:
test:
runs-on: macos-15
steps:
- uses: actions/checkout@v6
- uses: jdx/mise-action@v4
- name: Generate project and run tests
run: |
brew install cookiecutter
cookiecutter --no-input -f .
mise install
swift test