Skip to content

Stop jumping around on height change when on bottom half of the screen #32

Stop jumping around on height change when on bottom half of the screen

Stop jumping around on height change when on bottom half of the screen #32

Workflow file for this run

name: Package Addon
on:
push:
branches: [ main ]
tags: [ '*' ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install luarocks
run: sudo apt-get install luarocks
- name: Install luacheck
run: luarocks install --local luacheck
- name: Run luacheck
run: ~/.luarocks/bin/luacheck . --no-color -q
build:
needs: lint
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Create Retail Package
uses: BigWigsMods/packager@master
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}