Skip to content

ci: update local copy of ci.yml #49

ci: update local copy of ci.yml

ci: update local copy of ci.yml #49

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