Skip to content

chore(reuse): make it reuse compliant #19

chore(reuse): make it reuse compliant

chore(reuse): make it reuse compliant #19

Workflow file for this run

# SPDX-FileCopyrightText: 2023 Emarsys-Technologies Kft.
#
# SPDX-License-Identifier: Apache-2.0
name: Last commit build
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
build:
name: Build
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run tests
run: swift test
shell: bash