parse_duration0 3.0.0

Parses a duration from a string. Fork with security fix.
Documentation

name: 'Test & lint'

on:
  push:
    branches:
      - 'main'
      - 'master'
  pull_request:
  workflow_dispatch:

jobs:
  checks:
    name: Test & lint
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v2
      - name: Run test, lint, fmt
        uses: docker/build-push-action@v2
        with:
          file: ./ci/test-lint.Dockerfile
          context: .
          push: false