Skip to content

chore(renovate): update config (#27) #75

chore(renovate): update config (#27)

chore(renovate): update config (#27) #75

Workflow file for this run

name: "generate"
on: [push]
jobs:
test:
runs-on: macos-14
env:
MINT_PATH: "~/mint_cache"
steps:
- uses: actions/checkout@v5
- 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 mint
cookiecutter --no-input -f .
mint bootstrap
swift test