mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
9835bf8473
Standardizes all workflows into separate files. Minor clean up of workflow name and add a docs link
18 lines
311 B
YAML
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
|