Files
mruby-mruby/.github/workflows/ls-lint.yml
John Bampton 9835bf8473 Put ls-lint and pre-commit in separate workflow files
Standardizes all workflows into separate files.

Minor clean up of workflow name and add a docs link
2025-12-07 09:50:27 +10:00

18 lines
311 B
YAML

# https://github.com/loeffel-io/ls-lint
name: Lint
on: [pull_request]
permissions:
contents: read
jobs:
ls-lint:
name: Run ls-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ls-lint/action@v2.3.1
with:
config: .github/linters/.ls-lint.yml