mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
minor fix
This commit is contained in:
parent
2bd78bf6a8
commit
5a20afb8f2
|
@ -1,6 +1,6 @@
|
|||
import checkMain from "./check";
|
||||
|
||||
module.exports = [
|
||||
export default [
|
||||
{
|
||||
name: "Solidity check",
|
||||
callback: async () => {
|
||||
|
|
|
@ -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("/");
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user