Skip to content

fix(web): don't break UI on long lines #80

fix(web): don't break UI on long lines

fix(web): don't break UI on long lines #80

Workflow file for this run

name: Build
on:
push:
branches:
- '**' # all branches
- '!main' # except main
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
# Avoid duplicate runs
if: github.event_name == 'push' || (github.event.name == 'pull_request' && github.event.pull_request.head.repo.fork)
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/gradlew
id: gradlew
- run: echo "Built ${{ steps.gradlew.outputs.jar_file }}"