diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 660db85..0976610 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,22 +1,26 @@ -name: CI +name: "CI" on: push: - branches: - - master + branches: [ "master" ] pull_request: - branches: - - master + branches: [ "master" ] workflow_dispatch: jobs: - test: + build: + runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 + + - name: Setup Node.js + uses: actions/setup-node@v3 + with: + node-version: 'lts/*' - - name: install dependencies + - name: Install dependencies run: npm install - name: run tests diff --git a/README.md b/README.md index 863c861..986577e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-![icon](src/pack_icon.png) +![icon](pack/pack_icon.png) # Debug Stick