Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Oct 20, 2023
1 parent 9b26b2e commit b1248b5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/fly-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,16 @@ jobs:
name: '✅ Validate'
runs-on: ubuntu-latest
steps:
- run: npm run validate
- name: ⬇️ Checkout repo
uses: actions/checkout@v4

- name: ⎔ Setup node
uses: actions/setup-node@v3

- name: 📥 Install deps
run: npm ci

- run: ✅ npm run validate

deploy:
name: '🚀 Deploy'
Expand Down

0 comments on commit b1248b5

Please sign in to comment.