Skip to content

Commit

Permalink
fix(github workflow): fix ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
drondiodev committed Sep 17, 2024
1 parent eacb599 commit dc22412
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Continuous Integration
name: Continuous Integration workflow

on:
push:
Expand All @@ -23,17 +23,9 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Run lint
- name: Lint code
run: pnpm run lint

- name: Run format check
run: pnpm run format

- name: Check commit messages
uses: wagoid/commitlint-github-action@v5
with:
configFile: commitlint.config.cjs

- name: Build Docker image
run: docker build -t nextjs14cicd:latest .

Expand Down

0 comments on commit dc22412

Please sign in to comment.