Skip to content

add 3 collectors as docker and k8 #99

add 3 collectors as docker and k8

add 3 collectors as docker and k8 #99

Workflow file for this run

name: Spell Check
on:
pull_request:
paths:
- "**/*.md"
- "**/*.txt"
- "**/*.html"
push:
branches: [main]
paths:
- "**/*.md"
- "**/*.txt"
- "**/*.html"
jobs:
spellcheck:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Install Task
uses: arduino/setup-task@b91d5d2c96a56797b48ac1e0e89220bf64044611 # v2.0.0
with:
version: 3.x
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout Code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Check spelling
run: task code:spellcheck