Skip to content

[BLOG] Reducing your environmental impact with the Linkerd service mesh #269

[BLOG] Reducing your environmental impact with the Linkerd service mesh

[BLOG] Reducing your environmental impact with the Linkerd service mesh #269

Workflow file for this run

---
name: Check
on:
pull_request:
jobs:
Setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup
run: make setup
Markdown:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm run check:markdown
Spelling:
runs-on: ubuntu-latest
needs: Setup
steps:
- uses: actions/checkout@v3
- name: Spelling
run: make spelling
Links:
runs-on: ubuntu-latest
needs: Setup
steps:
- uses: actions/checkout@v3
- name: Links
run: make links