Skip to content

Commit

Permalink
try alternate quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Nov 18, 2024
1 parent 0a832e7 commit 31c3cae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stylua.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: 2.0.0
args: --check --respect-ignores -g '*.lua' -g '*.lua.in' -g '*.rockspec.in' .busted .luacov .luacheckrc build-aux/config.ld .
args: --check --respect-ignores -g "*.lua" -g "*.lua.in" -g "*.rockspec.in" .busted .luacov .luacheckrc build-aux/config.ld .
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ version = "0.15.6"
[package.license]
workspace = true

[package.metadata.docs.rs]
features = [ "luajit", "vendored" ]

[package.metadata.bacon.jobs]
cmd = [ "cargo", "build", "--color", "always" ]

Expand Down Expand Up @@ -168,6 +171,3 @@ features = [ "derive" ]
version = "8.2"
default-features = false
features = [ "build", "cargo", "git", "gitoxide" ]

[package.metadata.docs.rs]
features = [ "luajit", "vendored" ]

0 comments on commit 31c3cae

Please sign in to comment.