chore(deps-dev): bump the npm-dependencies group across 2 directories… #1782
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
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] |