Skip to content

Commit

Permalink
chore(ci): replace commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed May 15, 2024
1 parent f4685d0 commit 43a7e62
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ permissions:
pull-requests: write

jobs:
# commitlint:
# runs-on: ubuntu-latest
# name: commitlint
commitlint:
runs-on: ubuntu-latest
name: commitlint

# steps:
# - uses: actions/checkout@v4
# with:
# fetch-depth: 0
# - name: Install Deps
# run: yarn install
# - name: Lint PR Title
# run: yarn commitlint --from "${{ github.event.before }}"
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Deps
run: yarn install
- name: Lint PR Title
run: yarn commitlint --from "${{ github.event.before }}"

release:
name: release
# needs: commitlint
needs: commitlint
runs-on: ubuntu-latest
outputs:
release_created: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit 43a7e62

Please sign in to comment.