Skip to content

Removed duplicate 'named()' function in CGImage+import #28

Removed duplicate 'named()' function in CGImage+import

Removed duplicate 'named()' function in CGImage+import #28

Workflow file for this run

name: Build and run tests
on: [ push, pull_request ]
jobs:
macos_tests:
name: Unit tests on macOS
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: swift build -v -c release
- name: Run tests
run: swift test -v -c release