mirror of
https://github.com/SukkaW/Surge.git
synced 2026-09-12 18:44:36 +08:00
Chore: short circut output content hash comparision on CI
This commit is contained in:
@@ -34,6 +34,9 @@ export class SingboxSource extends BaseWriteStrategy {
|
||||
|
||||
static readonly jsonToLines = (json: unknown): string[] => stringify(json).split('\n');
|
||||
|
||||
// JSON output has no metadata comment at all, nothing to preserve
|
||||
protected override readonly skipCompareOnCI = true;
|
||||
|
||||
private readonly singbox: SingboxHeadlessRule = {
|
||||
domain: [MARKER_DOMAIN],
|
||||
domain_suffix: [MARKER_DOMAIN]
|
||||
|
||||
Reference in New Issue
Block a user