mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-07-09 19:17:31 +00:00
Initial commit
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
/* eslint-disable no-control-regex */
|
||||
// TODO: remove parens when Node.js 6 is targeted. Node.js 4 barfs at it.
|
||||
module.exports = () => (/[<>:"\/\\|?*\x00-\x1F]/g);
|
||||
module.exports.windowsNames = () => (/^(con|prn|aux|nul|com[0-9]|lpt[0-9])$/i);
|
||||
Reference in New Issue
Block a user