Skip to content

Write an article on DDEV Value Proposition #58

Write an article on DDEV Value Proposition

Write an article on DDEV Value Proposition #58

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run textlint