minor fix

This commit is contained in:
Thrilok Kumar 2021-12-06 04:04:43 +05:30 committed by Ishan Jain
parent e4d39cbb31
commit 6e0dde3dcd
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("/");