Skip to content

java: enable Lombok integration #86

java: enable Lombok integration

java: enable Lombok integration #86

Workflow file for this run

name: Run checks
on:
pull_request:
push:
branches: [main]
jobs:
check:
runs-on: "ubuntu-22.04"
steps:
- uses: "actions/checkout@v4"
- uses: "DeterminateSystems/flake-checker-action@main"
with:
fail-mode: true
- uses: "DeterminateSystems/nix-installer-action@main"
- uses: "DeterminateSystems/magic-nix-cache-action@main"
- name: Flake check
run: nix develop --command check
- name: Check formatting
run: |
git ls-files '*.nix' | xargs nix develop --command nixpkgs-fmt --check