Skip to content

(x11) Increase DPI and globally decrease font size #4

(x11) Increase DPI and globally decrease font size

(x11) Increase DPI and globally decrease font size #4

Workflow file for this run

name: Main build
on: [push]
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -s bash
with:
scandir: './script'