Skip to content

Commit

Permalink
add ci (#9)
Browse files Browse the repository at this point in the history
* add ci

* fix
  • Loading branch information
romainmenke authored Sep 25, 2024
1 parent d8a669c commit cfa7288
Show file tree
Hide file tree
Showing 17 changed files with 11,792 additions and 38 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: test
on:
push:

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'

- run: npm ci
- run: npm run build
- run: npm run test
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
coverage
dist
node_modules
package-lock.json
yarn.lock
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
package-lock=false
tag-version-prefix=""
15 changes: 0 additions & 15 deletions .travis.yml

This file was deleted.

Loading

0 comments on commit cfa7288

Please sign in to comment.