feat(send.lua): add debug prints for lines and row in get_code_to_sen… #1061
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://github.com/Kampfkarren/selene/issues/284 | |
name: Selene Lint Check | |
on: [push, pull_request] | |
jobs: | |
sile: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: selene linter | |
uses: NTBBloodbath/[email protected] | |
with: | |
# Github secret token | |
token: ${{ secrets.GITHUB_TOKEN }} | |
# selene arguments | |
args: . --config selene.toml |