Skip to content

Commit

Permalink
chore: redrun): lint using actions ☘️
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Aug 13, 2023
1 parent 99871f0 commit b0bd2b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/redrun.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
'use strict';

const isString = (a) => typeof a === 'string';
const log = require('debug')('redrun:redrun');
const madrun = require('madrun');

const getBody = require('./get-body');
const cliParse = require('./cli-parse');
const replace = require('./replace');
const regexp = require('./regexp');

const isString = (a) => typeof a === 'string';
const RegExpEnter = regexp.enter;

module.exports = async (name, options, scripts) => {
Expand Down

0 comments on commit b0bd2b9

Please sign in to comment.