Skip to content

Replaced usage of List.of as this is not available (in yet still supp… #151

Replaced usage of List.of as this is not available (in yet still supp…

Replaced usage of List.of as this is not available (in yet still supp… #151

Workflow file for this run

name: spellcheck
on:
push:
paths:
- '**.asciidoc'
- '**.md'
- '**.dict'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: spellcheck checkout
uses: actions/checkout@v2
- name: download dictionary
run: |
wget https://raw.githubusercontent.com/devonfw/.github/master/en-devonfw.dict -O ./en-devonfw.dict
- uses: igsekor/[email protected]
name: Spellcheck