Skip to content

Commit

Permalink
⬆️ update dependencies and add CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ctcpip committed Feb 20, 2024
1 parent b202294 commit 42c01e8
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 17,940 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: 'test'

on: [pull_request, push]

permissions:
contents: read

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm cache clean --force
- run: npm install # this runs the test and build scripts
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
Loading

0 comments on commit 42c01e8

Please sign in to comment.