Skip to content

Commit

Permalink
fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoTz committed Apr 22, 2024
1 parent 2d719ed commit 3bcfa3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- uses: actions/checkout@v4
- name: Install Node
uses: actions/setup-node@v1
with: node-version: 21
with:
node-version: 21
- name: Install Pursescript and Spago
run: npm install purescript
npm install spago
Expand Down

0 comments on commit 3bcfa3a

Please sign in to comment.