Skip to content

update mechanizing virus affliction criteria #549

update mechanizing virus affliction criteria

update mechanizing virus affliction criteria #549

Workflow file for this run

name: lint
on: [push, pull_request]
env:
WESNOTH_VERSION: 1.17.14
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Lint WML
uses: czyzby/wesnoth-wml-linter@v1
with:
wesnoth-version: ${{ env.WESNOTH_VERSION }}
spellcheck: false
#- name: Verify resources scope
# uses: czyzby/wesnoth-wml-scope@v1
# if: always()
# with:
# wesnoth-version: ${{ env.WESNOTH_VERSION }}
#- name: Verify images
# uses: czyzby/wesnoth-png-optimizer@v1
# if: always()
# with:
# wesnoth-version: ${{ env.WESNOTH_VERSION }}
# threshold: 5