Files
Keychain/.gitea/workflows/pr.yml
bramkolkman b57041f0f7 Swift package
* Added the Keychain package
* Added a Makefile to easily build the package
* Added a Gitea pull request action
* Updated the README with additional information

Co-authored-by: Bram Kolkman <bramkolkman@thinkerium.com>
Reviewed-on: #1
2026-02-23 09:11:09 +00:00

19 lines
265 B
YAML

name: Build
on:
pull_request:
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Resolve dependencies
run: make resolve
- name: Build package
run: make build