Skip to content

Commit

Permalink
chore: add github workflows
Browse files Browse the repository at this point in the history
마켓플레이스의 설명을 절대 믿지마...
  • Loading branch information
Whitetiger0423 authored Dec 16, 2024
1 parent a360cf7 commit c711324
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
- name: Conventional Commitlint
uses: opensource-nepal/commitlint@v1.2.0
name: Commitlint

on:
push:
branches: ['main']
pull_request:

jobs:
commitlint:
runs-on: ubuntu-latest
name: Commitlint
steps:
- name: Run commitlint
uses: opensource-nepal/commitlint@v1

0 comments on commit c711324

Please sign in to comment.