Skip to content

fixed solution (#98) #307

fixed solution (#98)

fixed solution (#98) #307

Workflow file for this run

name: format and commit all java files
on:
workflow_dispatch:
push:
branches:
- 'exercises/**'
- 'solutions/**'
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: axel-op/googlejavaformat-action@v3