cqframework / vscode-cql

VS Code Clinical Quality Language Extension
Apache License 2.0
9 stars 5 forks source link

Add GitHub Action to run prettier on PRs #70

Closed AetherUnbound closed 2 months ago

AetherUnbound commented 2 months ago

This PR adds a GitHub Action which will run prettier on the codebase for every PR. The prettier options are such that the action should fail if files are found that need to be formatted.