Skip to content

docs: update changelog and features for tooltip status and compact mode #37

docs: update changelog and features for tooltip status and compact mode

docs: update changelog and features for tooltip status and compact mode #37

Workflow file for this run

name: Release
on:
push:
branches: [main]
tags: ["*"]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: git fetch --tags --force
- uses: nebularg/actions-luacheck@v1
with:
args: --no-color -q
annotate: warning
- uses: BigWigsMods/packager@v2
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}