UNPKG

@graphql-inspector/action

Version:

GraphQL Inspector functionality for GitHub Actions

6 lines (5 loc) 130 B
import * as core from '@actions/core'; import { run } from './run.js'; run().catch(e => { core.setFailed(e.message || e); });