nullable-result 0.7.0

A replacement for Option<Result<T, E>> or Result<Option<T>, E>
Documentation
1
2
3
4
5
6
7
8
name: commitlint
on: [ push, pull_request, workflow_dispatch ]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: Person-93/commitlint-gh-action@v0.1.0