update dev dependencies and react to new linting rules

This commit is contained in:
eric sciple 2021-10-18 16:34:26 -05:00
parent 1e204e9a92
commit 7b32c07aeb
13 changed files with 14797 additions and 4526 deletions

View file

@ -10,10 +10,10 @@ import * as yaml from 'js-yaml'
function updateUsage(
actionReference: string,
actionYamlPath: string = 'action.yml',
readmePath: string = 'README.md',
startToken: string = '<!-- start usage -->',
endToken: string = '<!-- end usage -->'
actionYamlPath = 'action.yml',
readmePath = 'README.md',
startToken = '<!-- start usage -->',
endToken = '<!-- end usage -->'
): void {
if (!actionReference) {
throw new Error('Parameter actionReference must not be empty')