Skip to content

Commit

Permalink
Add sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandruIstrate committed Jan 19, 2024
1 parent 7ff8072 commit 6dece07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Sanity Check
run: pwd

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"
working-directory: ./salary-calc

- name: Install Dependencies
run: "npm ci"
Expand Down

0 comments on commit 6dece07

Please sign in to comment.