refactor(quarto.lua): enhance parameter parsing by trimming spaces an… #1050
Workflow file for this run
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 |