UNPKG

@bifravst/ci

Version:

Sets up the permissions in our CI account for all repositories in this account to be able to use it for CI runs.

2 lines (1 loc) 61 B
export const sanitize = (s) => s.replace(/[^a-z0-9-]/g, '');