5273d0df9c
Main workflow / Run (windows-latest) (push) Waiting to run
Main workflow / Run (ubuntu-latest) (push) Failing after 1s
8 lines
176 B
JavaScript
8 lines
176 B
JavaScript
module.exports = octokitValidate
|
|
|
|
const validate = require('./validate')
|
|
|
|
function octokitValidate (octokit) {
|
|
octokit.hook.before('request', validate.bind(null, octokit))
|
|
}
|