Skip to content

Use TextBox scrolling instead of TextScaled #80

Use TextBox scrolling instead of TextScaled

Use TextBox scrolling instead of TextScaled #80

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint-format:
name: Lint and Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Aftman
uses: ok-nick/[email protected]
- name: Lint
run: selene src
- name: Format
run: stylua src --check