Skip to content

Update upload of files to using files.falu.io host #2

Update upload of files to using files.falu.io host

Update upload of files to using files.falu.io host #2

Workflow file for this run

name: Build
on:
push:
tags:
- '*'
paths-ignore: # do not trigger for changes in docs
- docs/**
- README.md
- CHANGELOG.md
- LICENSE.md
pull_request:
branches: [ main ]
paths-ignore: # do not trigger for changes in docs
- docs/**
- README.md
- CHANGELOG.md
- LICENSE.md
jobs:
Build:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Resolve dependencies
run: swift package resolve
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v