diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27b35ea..4802262 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Continuous Integration +name: Continuous Integration workflow on: push: @@ -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 .