gitextract_md4yk1hl/ ├── .github/ │ └── workflows/ │ ├── format.yml │ ├── integration-test-workflow.yml │ ├── publish.yml │ ├── test-integration.yml │ └── test.yml ├── .gitignore ├── .husky/ │ └── pre-commit ├── .oxfmtrc.json ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── action.yml ├── dist/ │ └── nx-set-shas.js ├── nx-set-shas.ts ├── package.json ├── tools/ │ └── pre-commit.ts └── tsconfig.json