Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
OR13 committed Aug 10, 2024
1 parent d0fa104 commit 4cf4c53
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 73 deletions.
6 changes: 0 additions & 6 deletions src/action/ActionOptions.ts

This file was deleted.

19 changes: 0 additions & 19 deletions src/action/getOptions.ts

This file was deleted.

12 changes: 0 additions & 12 deletions src/action/operationSwitch.ts

This file was deleted.

11 changes: 0 additions & 11 deletions src/action/operations/index.ts

This file was deleted.

21 changes: 0 additions & 21 deletions src/action/operations/neo4j/index.ts

This file was deleted.

6 changes: 2 additions & 4 deletions src/action/run.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
#!/usr/bin/env node

import * as core from '@actions/core'
import getOpts from './getOptions'
import operationSwitch from './operationSwitch'

import cli from '../cli'

async function run() {
try {
if (process.env.GITHUB_ACTION) {
const opts = getOpts()
await operationSwitch(opts)
console.warn('todo github action')
} else {
await cli.init()
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4cf4c53

Please sign in to comment.