Skip to content

Remove failed CI card image generation feature and document lessons learned #56

Remove failed CI card image generation feature and document lessons learned

Remove failed CI card image generation feature and document lessons learned #56

Workflow file for this run

name: Build and test Swift
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: macos-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Install SwiftLint
run: brew install swiftlint
- name: Lint
run: make lint
- name: Build
run: make build
- name: Run tests
run: make test