Skip to content

Release v1.2.1

Release v1.2.1 #50

Workflow file for this run

name: CI
on: [ pull_request, push ]
env:
CI: true
jobs:
lint:
uses: haraka/.github/.github/workflows/lint.yml@master
test:
needs: [lint]
uses: haraka/.github/.github/workflows/ubuntu.yml@master