Skip to content

Add loggen-go

Add loggen-go #30

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Check spelling
run: task code:spellcheck