Skip to content

feat: switch from Makefile to Mise #81

feat: switch from Makefile to Mise

feat: switch from Makefile to Mise #81

Workflow file for this run

name: "generate"
on: [push]
jobs:
test:
runs-on: macos-14
steps:
- uses: actions/checkout@v5
- uses: jdx/mise-action@v3
- name: Cache Mint
id: cache-mint
uses: actions/cache@v4
with:
path: ~/mint_cache
key: cache
- name: Generate project and run tests
run: |
brew install cookiecutter
cookiecutter --no-input -f .
mise install
swift test