Skip to content

Commit

Permalink
Update github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
enteresanlikk committed Jan 3, 2025
1 parent 1004ebb commit a1237c8
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,8 @@ on:
- main

jobs:
pre-deploy-build-test:
name: Pre Deploy Build Test
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 22

- name: Install dependencies
run: npm install

- name: Lint
run: npm run lint

- name: Build
run: npm run build

deploy:
name: Deploy
needs: pre-deploy-build-test
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit a1237c8

Please sign in to comment.