Skip to content

Dependency Injection example (#38) #225

Dependency Injection example (#38)

Dependency Injection example (#38) #225

Workflow file for this run

name: CI
on:
push:
branches:
- main
paths:
- '**.swift'
pull_request:
branches:
- main
paths:
- '**.swift'
- '**.yml'
workflow_dispatch:
jobs:
linux:
runs-on: ubuntu-latest
strategy:
matrix:
image:
- 'swift:5.7'
container:
image: ${{ matrix.image }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
run: |
apt-get update -qq
apt-get install -q -y libsqlite3-dev
- name: Build Examples
run: |
./scripts/build-all.sh