Skip to content

Commit

Permalink
Added package installation check
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegKrechkovskiy committed Aug 23, 2023
1 parent 49c2f07 commit 4e7a2c6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: package installation test
run-name: Perform a test installation of packages 🚀
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install modules
run: npm cli
- run: echo "🖥️ npm install is ready"

0 comments on commit 4e7a2c6

Please sign in to comment.