Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: gh actions ci #94

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

domharrington
Copy link
Owner

What's Changing

I noticed that travis seems to have broken, and when I checked out the code locally the tests were failing due to a TS error. This PR adds CI in the form of github actions!

Change Type

Indicate the type of change your pull request is:

  • patch
  • minor
  • major

Remove references to travis ci
```
TypeScript diagnostics (customize using `[jest-config].globals.ts-jest.diagnostics` option):
src/index.ts:5:3 - error TS2724: '"child_process"' has no exported member named 'ExecFileException'. Did you mean 'ExecException'?

5   ExecFileException,
    ~~~~~~~~~~~~~~~~~
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant