Skip to content

ci: do also spellcheck when running wmllint #3

ci: do also spellcheck when running wmllint

ci: do also spellcheck when running wmllint #3

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Lint WML
uses: czyzby/wesnoth-wml-linter@v1
with:
wesnoth-version: 1.18
spellcheck: true