Skip to content

Some cleanup

Some cleanup #31

Workflow file for this run

on:
- push
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: |
docker compose run --build --rm supersign -c "swift build --product SupersignCLI"
build-macos:
runs-on: macos-15
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: |
swift build --product SupersignCLI