Skip to content

Commit

Permalink
fix(ci): selene not excluding files
Browse files Browse the repository at this point in the history
Might create a new customized action for this.
  • Loading branch information
AlejandroSuero committed May 6, 2024
1 parent 387a2bb commit c4b5ede
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# Github secret token
token: ${{ secrets.GITHUB_TOKEN }}
# selene arguments
args: --display-style=quiet --config=selene.toml lua/colorscheme-installer tests
args: --display-style=quiet lua/colorscheme-installer tests
# selene version
version: 0.12.1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ return {
palette = {},
theme = { wave = {}, lotus = {}, dragon = {}, all = {} },
},
overrides = function(colors) -- add/modify highlights
overrides = function(_colors) -- add/modify highlights
return {}
end,
theme = "wave", -- Load "wave" theme when 'background' option is not set
Expand Down
2 changes: 0 additions & 2 deletions selene.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
std="vim"

exclude = ["lua/colorscheme-installer/colorschemes/configs/*"]

0 comments on commit c4b5ede

Please sign in to comment.