summaryrefslogtreecommitdiff
path: root/.github/workflows/pre-commit.yaml
AgeCommit message (Collapse)Author
2023-10-03SL-19242: Remove signing and packaging from viewer_manifest.pyNat Goodspeed
for Mac and Windows. That's now done by subsequent jobs in the GitHub build. Remove workflow step to upload installers before signing and packaging jobs. Remove from viewer_manifest.py conditionals for 32-bit Windows or Mac. Also bump to actions/checkout@v4, per dependabot.
2023-04-04SL-19541: Add basic coding standards checkBennett Goble
Run Linden coding standard git-hooks in a basic Github actions workflow.