Skip to content

Commit

Permalink
Merge pull request #2 from lohit-1/master
Browse files Browse the repository at this point in the history
feat/added native-reg usage for windows
  • Loading branch information
helloanoop authored Jul 18, 2024
2 parents b178ea2 + 6a1a4cc commit 34e8004
Show file tree
Hide file tree
Showing 13 changed files with 1,167 additions and 393 deletions.
26 changes: 0 additions & 26 deletions .babelrc

This file was deleted.

2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

140 changes: 0 additions & 140 deletions .eslintrc

This file was deleted.

9 changes: 0 additions & 9 deletions .flowconfig

This file was deleted.

23 changes: 23 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Tests
on:
push:
branches: [master]
pull_request:
branches: [master]

jobs:
mocha-tests:
name: machine id tests
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4

- name: Install dependencies
run: npm install

- name: Run tests
run: npm run test
1 change: 0 additions & 1 deletion dist/index.js

This file was deleted.

Loading

0 comments on commit 34e8004

Please sign in to comment.