Skip to content

Hide DelphiAST getComments implementation details #181

Hide DelphiAST getComments implementation details

Hide DelphiAST getComments implementation details #181

Workflow file for this run

name: Format
on:
push:
branches:
- 'master'
paths:
- '**.java'
pull_request:
paths:
- '**.java'
jobs:
check-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: axel-op/googlejavaformat-action@v3
with:
args: "--set-exit-if-changed --dry-run"