1
0
mirror of https://bitbucket.org/minetest_gamers/x_enchanting.git synced 2025-07-13 12:50:22 +02:00

update licensing

This commit is contained in:
Juraj Vajda
2022-11-28 16:20:00 -05:00
parent f891170e45
commit 20b53db32d
10 changed files with 130 additions and 89 deletions

View File

@ -31,36 +31,6 @@ pipelines:
script:
- nvm use v17.2.0
- npm run lua-diagnostics
branches:
master:
- step:
name: Install Node Dependencies
caches:
- node-modules
- npm
- nvm
script:
- nvm install v17.2.0
- npm i -g npm@8
- npm ci
- parallel:
- step:
name: Lua Check
script:
- apt-get update
- apt-get -y install lua5.1
- apt-get -y install luarocks
- luarocks install luacheck
- luacheck .
- step:
name: Lua Diagnostics
caches:
- node-modules
- npm
- nvm
script:
- nvm use v17.2.0
- npm run lua-diagnostics
tags:
"*":
- step: