Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Add CI Security, SAST and OSSF checks (#35) #79

Add CI Security, SAST and OSSF checks (#35)

Add CI Security, SAST and OSSF checks (#35) #79

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-and-test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Bootstrap
run: make bootstrap
- uses: swift-actions/setup-swift@v1
with:
swift-version: "5.9"
- name: Build
run: swift build
- name: Run tests
run: swift test