Skip to content

[tools] ff: Refactoring - put args into a struct #1327

[tools] ff: Refactoring - put args into a struct

[tools] ff: Refactoring - put args into a struct #1327

Workflow file for this run

name: Lint
on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
show-progress: false
- name: check
run: ./check.sh
shell: bash