Skip to content

Commit

Permalink
chore(actions): update commit checker action
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang authored May 21, 2021
1 parent 9330260 commit 573b60f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
commitlint:
# The type of runner that the job will run on
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

# Runs a single command using the runners shell
- name: Commit Linter
uses: wagoid/commitlint-github-action@v3
with:
fetch-depth: 0=
- uses: wagoid/commitlint-github-action@v3

0 comments on commit 573b60f

Please sign in to comment.