minor fix

This commit is contained in:
Thrilok Kumar 2021-12-06 04:04:43 +05:30
parent 2bd78bf6a8
commit 5a20afb8f2
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import checkMain from "./check";
module.exports = [
export default [
{
name: "Solidity check",
callback: async () => {

View File

@ -1,7 +1,7 @@
import * as cp from "child_process";
import fetch from "node-fetch";
import checkMain from "./check";
import checks from "./checks";
const [owner, repo] = process.env.GITHUB_REPOSITORY.split("/");