Skip to content

Commit

Permalink
Move dependencies to devDependencies and add build command
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHov committed Sep 14, 2022
1 parent 7ad1c15 commit 927e2b6
Show file tree
Hide file tree
Showing 3 changed files with 444 additions and 143 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ on:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
foobar:
# This workflow contains a single job called "Run tests"
run-tests:
# The type of runner that the job will run on
runs-on: ubuntu-latest

Expand Down
Loading

0 comments on commit 927e2b6

Please sign in to comment.