Skip to content

Commit

Permalink
ci: upgrade selene version 0.12.1 -> 0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas committed Sep 10, 2024
1 parent d75cddb commit ff28ad2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ jobs:
with:
# Github secret token
token: ${{ secrets.GITHUB_TOKEN }}
# selene arguments
args: --display-style=quiet .
# 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.12.1
version: 0.26.1

markdownlint:
name: markdownlint
Expand Down

0 comments on commit ff28ad2

Please sign in to comment.