You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// description: 'An npm-script that cleans/resets state between branch builds'
46
+
//install-script:
47
+
// required: false
48
+
// description: 'Custom installation script to run to set up the dependencies in your project'
49
+
//build-script:
50
+
// description: 'The npm-script to run that builds your project'
51
+
// default: 'build'
52
+
//compression:
53
+
// description: 'The compression algorithm to use: "gzip" or "brotli"'
54
+
//show-total:
55
+
// description: 'Show total size and difference.'
56
+
// default: 'true'
57
+
//collapse-unchanged:
58
+
// description: 'Move unchanged files into a separate collapsed table'
59
+
// default: 'true'
60
+
//omit-unchanged:
61
+
// description: 'Exclude unchanged files from the sizes table entirely'
62
+
//strip-hash:
63
+
// description: 'A regular expression to remove hashes from filenames. Submatches are turned into asterisks if present, otherwise the whole match is removed.'
64
+
//use-check:
65
+
// description: 'Report status as a CI Check instead of using a comment [experimental]'
66
+
//minimum-change-threshold:
67
+
// description: 'Consider files with changes below this threshold as unchanged. Specified in bytes.'
68
+
// default: 1
69
+
//pattern:
70
+
// description: 'minimatch pattern of files to track'
71
+
//exclude:
72
+
// description: 'minimatch pattern of files NOT to track'
73
+
//cwd:
74
+
// description: 'A custom working directory to execute the action in relative to repo root (defaults to .)'
0 commit comments