Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: add npm install #43

Merged
merged 27 commits into from
Jan 26, 2024
Prev Previous commit
Next Next commit
improve
Signed-off-by: Grzegorz Choiński <grzegorzchoinski97@gmail.com>
  • Loading branch information
Wallted committed Jan 26, 2024
commit 57f96a3ebd944ca38411e46860aa08a4877271e1
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: build

on: [push, pull_request]
on: pull_request

jobs:
build:
Loading