Skip to content

Bump @haraka/eslint-config from 1.1.3 to 1.1.5 #41

Bump @haraka/eslint-config from 1.1.3 to 1.1.5

Bump @haraka/eslint-config from 1.1.3 to 1.1.5 #41

Workflow file for this run

name: CI
on: [pull_request, push]
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