Skip to content

testing lint.yml

testing lint.yml #1

Workflow file for this run

name: Linter
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
linter:
name: Java Linter
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Google Java format
uses: axel-op/[email protected]