Closed obscurerichard closed 2 weeks ago
Here’s a small victory: I have GitHub Actions CI/CD running that will auto-deploy changes to freezing-web, freezing-sync, and freezing-nq on merges to the default branch. GHAS CodeQL scanning is enabled on all repos in the freezingsaddles org. And we have linting with black
,isort
, and flake8
in enforcing mode (except flake8 is advisory in freezing-sync and freezing-model since they would need a lot of work to get clean). freezing-model has linting enabled too.
Get CI working with GitHub Actions, including: