Skip to content

chore: automated code formatting with prettier #51

chore: automated code formatting with prettier

chore: automated code formatting with prettier #51

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