Skip to content

Enforce style

Enforce style #260

Workflow file for this run

name: Enforce style
on: [pull_request, workflow_dispatch]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
- uses: axel-op/googlejavaformat-action@v3.6.0
with:
commitMessage: 'style(java): format'
- name: Get context
run: |
echo "The name of the pusher: ${{ github.event.pusher.name }}"
echo "The email of the pusher: ${{ github.event.pusher.email }}"