chore(deps): bump the npm-dependencies group across 2 directories wit… #2056
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 ../../justfile | |
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] | |
just: | |
name: just | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- uses: extractions/setup-just@v2 | |
# https://github.com/casey/just | |
# use the latest version, probably doesn't matter much | |
- name: Run just format check | |
run: just --fmt --check |