Add mods: technic, moreores, paintings, Nyancat (Pbj_pup). Small fix: sandwiches
This commit is contained in:
parent
15e8e696a2
commit
fb09deddc1
1404 changed files with 156555 additions and 211 deletions
22
mods/moreores/.github/workflows/build.yml
vendored
Normal file
22
mods/moreores/.github/workflows/build.yml
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
name: build
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v4
|
||||
|
||||
- run: |
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get install -qqq luarocks
|
||||
- name: Install LuaCheck and pre-commit
|
||||
run: |
|
||||
pip3 install pre-commit
|
||||
luarocks install --local luacheck
|
||||
- name: Run LuaCheck using pre-commit
|
||||
run: |
|
||||
export PATH="$HOME/.luarocks/bin:$PATH"
|
||||
pre-commit run --all-files
|
Loading…
Add table
Add a link
Reference in a new issue