envious 0.2.2

Deserialize (potentially nested) environment variables into your custom structs
Documentation
name: "Check CloudMQTT"

on:
  push:
    branches: [main, staging, trying, release/*]
  pull_request:
    branches: [main, release/*]

env:
  CARGO_TERM_COLOR: always

jobs:
  dco-check:
    runs-on: ubuntu-latest
    if: github.event_name == 'pull_request'
    steps:
      - uses: actions/checkout@v3.3.0
        with:
          fetch-depth: 0
      - name: Setup Python
        uses: actions/setup-python@v4.5.0
        with:
          python-version: '3.x'
      - name: Install gitlint
        run: pip install gitlint
      - run: gitlint --commits $(git merge-base origin/main HEAD)..