Skip to content

Added Combine support and updated model properties to camel case (#4) #36

Added Combine support and updated model properties to camel case (#4)

Added Combine support and updated model properties to camel case (#4) #36

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: macos-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run linter
run: make lint