1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Automate markdown pipelines (#35722)

This commit is contained in:
Rachael Sewell
2023-03-27 15:10:15 -07:00
committed by GitHub
parent c21b4b7cca
commit 83f33a3326
25 changed files with 1000 additions and 476 deletions

View File

@@ -45,6 +45,7 @@ jobs:
{ name: 'content', path: 'tests/content', },
{ name: 'graphql', path: 'tests/graphql', },
{ name: 'events', path: 'src/events/tests', },
{ name: 'automated-pipelines', path: 'src/automated-pipelines/tests', },
{ name: 'linting', path: 'tests/linting', },
{ name: 'meta', path: 'tests/meta', },
{ name: 'routing', path: 'tests/routing', },