Skip to content

chore(main): release 6.1.0 (#452) #1747

chore(main): release 6.1.0 (#452)

chore(main): release 6.1.0 (#452) #1747

Workflow file for this run

name: Linting
on: [push, pull_request]
jobs:
selene:
name: selene
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: NTBBloodbath/[email protected]
with:
# Github secret token
token: ${{ secrets.GITHUB_TOKEN }}
# selene arguments, should be the same as in ../../Makefile
args:
--display-style=quiet ./lua/ ./spec/
./integration-tests/test-environment/config-modifications
# selene version
version: 0.26.1
markdownlint:
name: markdownlint
runs-on: ubuntu-latest
steps:
- uses: DavidAnson/[email protected]