Skip to content

Add style invisible to https:// part of url (#107) #544

Add style invisible to https:// part of url (#107)

Add style invisible to https:// part of url (#107) #544

Workflow file for this run

name: Build Server
on:
push:
branches:
- '**'
jobs:
build:
runs-on: macos-14
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install swift
uses: SwiftyLab/setup-swift@latest
with:
swift-version: '5.10'
- name: Install libraries
run: brew install gd libexif libiptcdata
- name: Build
run: swift build
- name: Tests
run: swift test