Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbok committed Jul 21, 2023
1 parent 0063f67 commit 4594c21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compile.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
echo "Compile snippets..."
cd tools
npm i
npm run compile
1 change: 1 addition & 0 deletions .github/workflows/lint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
echo "Linting snippets..."
cd tools
npm i
npm run lint

0 comments on commit 4594c21

Please sign in to comment.