Skip to content

Commit

Permalink
Merge pull request #9 from NMSCD/dev
Browse files Browse the repository at this point in the history
bump deps
  • Loading branch information
Lenni009 authored Aug 19, 2024
2 parents fb1d05b + a091d8a commit f9a01f7
Show file tree
Hide file tree
Showing 6 changed files with 583 additions and 293 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build App
run: |
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
pull_request:
types: [opened, synchronize]

concurrency:
group: "testbuild"
cancel-in-progress: true

jobs:
Build:
runs-on: ubuntu-latest
Expand All @@ -19,7 +15,7 @@ jobs:

steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Test Build
uses: Lenni009/test-build-vite-action@main
uses: Lenni009/test-build-vite-action@main
3 changes: 0 additions & 3 deletions .vscode/extensions.json

This file was deleted.

Loading

0 comments on commit f9a01f7

Please sign in to comment.