Skip to content

feat: Added methods to increase/decrease components on colors. #55

feat: Added methods to increase/decrease components on colors.

feat: Added methods to increase/decrease components on colors. #55

Workflow file for this run

name: ci-mac
on: [push]
jobs:
ci:
runs-on: macos-latest
strategy:
matrix:
run-config:
- { scheme: 'ColorSetKit', configuration: 'Debug', project: 'ColorSet.xcodeproj', build: 1, analyze: 1, test: 0, info: 1, destination: 'platform=macOS' }
- { scheme: 'ColorSetKit', configuration: 'Release', project: 'ColorSet.xcodeproj', build: 1, analyze: 1, test: 0, info: 1, destination: 'platform=macOS' }
steps:
- uses: actions/checkout@v1
with:
submodules: 'recursive'
- uses: macmade/[email protected]
- uses: macmade/[email protected]
if: ${{ always() }}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
with:
channel: '#ci'
status: ${{ job.status }}
title: ${{ matrix.run-config[ 'scheme' ] }} - ${{ matrix.run-config[ 'configuration' ] }}