Skip to content

chore: add comments and basic type safety to the repro.lua file #495

chore: add comments and basic type safety to the repro.lua file

chore: add comments and basic type safety to the repro.lua file #495

Workflow file for this run

name: Linting
on: [push, pull_request]
jobs:
selene:
name: selene
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.6
- uses: NTBBloodbath/selene-action@v1.0.0
with:
# Github secret token
token: ${{ secrets.GITHUB_TOKEN }}
# selene arguments
args: --display-style=quiet .
# selene version
version: 0.12.1
markdownlint:
name: markdownlint
runs-on: ubuntu-latest
steps:
- uses: DavidAnson/markdownlint-cli2-action@v16.0.0