0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-17 14:32:41 +00:00

Add circleci

This commit is contained in:
David Bolack
2024-12-20 19:54:25 -06:00
parent 90632b78ce
commit 79c8309291

View File

@@ -73,6 +73,9 @@ jobs:
- run: - run:
name: Test - Non-Breaking Spaces name: Test - Non-Breaking Spaces
command: npm run test:non-breaking-spaces command: npm run test:non-breaking-spaces
- run:
name: Test - Paragraph Justification
command: npm run test:paragraph-justification
- run: - run:
name: Test - Variables name: Test - Variables
command: npm run test:variables command: npm run test:variables