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
e4d39cbb31
commit
6e0dde3dcd
|
@ -1,6 +1,6 @@
|
||||||
import checkMain from "./check";
|
import checkMain from "./check";
|
||||||
|
|
||||||
module.exports = [
|
export default [
|
||||||
{
|
{
|
||||||
name: "Solidity check",
|
name: "Solidity check",
|
||||||
callback: async () => {
|
callback: async () => {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
import * as cp from "child_process";
|
import * as cp from "child_process";
|
||||||
import fetch from "node-fetch";
|
import fetch from "node-fetch";
|
||||||
|
|
||||||
import checkMain from "./check";
|
import checks from "./checks";
|
||||||
|
|
||||||
const [owner, repo] = process.env.GITHUB_REPOSITORY.split("/");
|
const [owner, repo] = process.env.GITHUB_REPOSITORY.split("/");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user