Closed JakeHillion closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
c367e7f
) 62.70% compared to head (b3f6fb7
) 62.70%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
convert circleci lint job to github actions
Start the migration from CircleCI to GitHub Actions with migrating the lint job. Used the structure from @robandpdx to setup Nix and use a GitHub key. Restructured the check from
nix flake check
tonix fmt; git diff --exit-code
so we get a full patch again.Test plan:
Co-authored-by: Rob Anderson robandpdx@github.com