Skip to content

fixed Diff.php

fixed Diff.php #4

Workflow file for this run

name: genDiff
on: push
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- run: make install
- run: make test
- run: make lint