intervalues 0.3.1

Combine valued intervals together efficiently
Documentation
name: GitlabSync

on:
  - push
  - delete

jobs:
  sync:
    runs-on: ubuntu-latest
    name: Git Repo Sync
    steps:
    - uses: actions/checkout@v2
      with:
        fetch-depth: 0
    - uses: wangchucheng/git-repo-sync@v0.1.0
      with:
        target-url: https://gitlab.com/bert.debruijn/intervalues_rust.git
        target-username: bert.debruijn
        target-token: ${{ secrets.TARGET_TOKEN }}