Skip to content

Release v1.1.1 (#23) #21

Release v1.1.1 (#23)

Release v1.1.1 (#23) #21

Workflow file for this run

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