Skip to content

chore(deps): update codecov/codecov-action action to v5 #88

chore(deps): update codecov/codecov-action action to v5

chore(deps): update codecov/codecov-action action to v5 #88

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: Generate project and run tests
run: |
brew install cookiecutter
cookiecutter --no-input -f .
mise install
swift test