CI: add a prettier GitHub action to format code automatically (#988)
* CI: add a prettier GitHub action to format code automatically * improve GitHub Action config and format some files * Apply formatting changes * CI: make the prettier action a standalone action * Apply formatting changes * CI: add push as new trigger event Co-authored-by: Mark-Fenng <Mark-Fenng@users.noreply.github.com>
This commit is contained in:
@@ -80,7 +80,7 @@ const events: eventWithTime[] = [
|
||||
{
|
||||
id: 102,
|
||||
value: 'Intermediate - incorrect',
|
||||
}
|
||||
},
|
||||
],
|
||||
source: IncrementalSource.Mutation,
|
||||
removes: [],
|
||||
@@ -97,7 +97,7 @@ const events: eventWithTime[] = [
|
||||
{
|
||||
id: 102,
|
||||
value: 'Final - correct',
|
||||
}
|
||||
},
|
||||
],
|
||||
source: IncrementalSource.Mutation,
|
||||
removes: [],
|
||||
|
||||
Reference in New Issue
Block a user