Skip to content

Commit

Permalink
ci(actions): Use vendored Lua sources for Rust lint purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Oct 11, 2023
1 parent b134ca6 commit d2ad044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
- uses: actions-rs/clippy-check@v1
with:
token: ${{ github.token }}
args: --features luajit -- -D warnings
args: --features luajit,vendored -- -D warnings

0 comments on commit d2ad044

Please sign in to comment.