Skip to content

style: fix trailing whitespace in Syntax.java #1023

style: fix trailing whitespace in Syntax.java

style: fix trailing whitespace in Syntax.java #1023

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2016-2025 Objectionary.com
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: loc-badge
'on':
push:
branches:
- master
concurrency:
group: loc-badge-${{ github.ref }}
cancel-in-progress: true
jobs:
loc-badge:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: shadowmoose/GHA-LoC-Badge@1.0.0
with:
debug: true
directory: .
badge: target/loc-badge.svg
- uses: JamesIves/github-pages-deploy-action@v4.7.3
with:
branch: gh-pages
folder: target
clean: false
if: github.ref == 'refs/heads/master'