Skip to content

Bump actions/checkout from 6 to 7 #48

Bump actions/checkout from 6 to 7

Bump actions/checkout from 6 to 7 #48

Workflow file for this run

---
name: lint
on: [push, pull_request]
env:
WESNOTH_VERSION: 1.18.3
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v7
- name: Lint WML
uses: czyzby/wesnoth-wml-linter@v1
with:
wesnoth-version: ${{ env.WESNOTH_VERSION }}
lint-flags: -K
- name: Verify images
uses: czyzby/wesnoth-png-optimizer@v1
if: always()
with:
wesnoth-version: ${{ env.WESNOTH_VERSION }}
threshold: 15