Skip to content

Build(deps): bump nopt from 7.2.1 to 8.0.0 #94

Build(deps): bump nopt from 7.2.1 to 8.0.0

Build(deps): bump nopt from 7.2.1 to 8.0.0 #94

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
ubuntu:
needs: [lint]
uses: haraka/.github/.github/workflows/ubuntu.yml@master
windows:
needs: [lint]
uses: haraka/.github/.github/workflows/windows.yml@master