Skip to content

Commit

Permalink
Do some maintenance (#62)
Browse files Browse the repository at this point in the history
* chore(deps): update dependencies

* fix: get event name of event emitter

* ci(github): run tests on every push and PR to main

* fix: remove unused variables

* chore: update build

---------

Co-authored-by: Jaime Leonardo Suncin Cruz <jaime.suncin@inabve.gob.sv>
  • Loading branch information
leosuncin and Jaime Leonardo Suncin Cruz authored Mar 13, 2023
1 parent c39297e commit 992b382
Show file tree
Hide file tree
Showing 11 changed files with 2,178 additions and 9,554 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: CI

on:
push:
pull_request:
branches: [ main ]

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/*
cache: npm
- run: npm ci
- run: npm run lint
- run: npm test
- run: npm run build
4 changes: 2 additions & 2 deletions dist/Trace/Injectors/EventEmitterInjector.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/Trace/Injectors/EventEmitterInjector.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/tsconfig.build.tsbuildinfo

Large diffs are not rendered by default.

Loading

0 comments on commit 992b382

Please sign in to comment.