mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-16 02:21:46 +04:00
Add naive and untested version of Lua language support.
This commit is contained in:
parent
7a305e5d9a
commit
3f8be7400d
13 changed files with 286 additions and 2 deletions
|
|
@ -42,6 +42,8 @@ jobs:
|
|||
displayName: install coursier
|
||||
- bash: testing/get-dart.sh
|
||||
displayName: install dart
|
||||
- bash: testing/get-lua.sh
|
||||
displayName: install lua
|
||||
- bash: testing/get-swift.sh
|
||||
displayName: install swift
|
||||
- bash: testing/get-r.sh
|
||||
|
|
@ -56,6 +58,8 @@ jobs:
|
|||
displayName: install coursier
|
||||
- bash: testing/get-dart.sh
|
||||
displayName: install dart
|
||||
- bash: testing/get-lua.sh
|
||||
displayName: install lua
|
||||
- bash: testing/get-swift.sh
|
||||
displayName: install swift
|
||||
- bash: testing/get-r.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue