Skip to content

Commit

Permalink
ci: run wmllint and wmlindent
Browse files Browse the repository at this point in the history
  • Loading branch information
konecnyjakub committed Jul 23, 2024
1 parent bffbe5c commit f91318e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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: false

0 comments on commit f91318e

Please sign in to comment.