Skip to content

Commit

Permalink
πŸ’š Removed LINT from Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ThijmenGThN committed Dec 15, 2023
1 parent 3e505d1 commit 35ef1dc
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,7 @@ on:
branches: main

jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run lint
prepare:
needs: validate
setup:
runs-on: self-hosted
steps:
- uses: appleboy/ssh-action@master
Expand All @@ -33,7 +23,7 @@ jobs:
echo '${{ secrets.APP_ENV }}' > .env
deploy:
needs: [validate, prepare]
needs: setup
runs-on: self-hosted
steps:
- uses: appleboy/ssh-action@master
Expand Down

0 comments on commit 35ef1dc

Please sign in to comment.