Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,6 @@ defaults: &defaults


jobs:
commitlint:
docker:
- image: williamlauze/circleci-commitlint:latest
working_directory: ~/app

steps:
- checkout
- run:
name: Lint commit messages
command: /bin/sh /.scripts/commitlint_range.sh

checkout:
<<: *defaults

Expand Down Expand Up @@ -159,10 +148,6 @@ workflows:
main:
jobs:
- checkout
- commitlint:
filters:
branches:
ignore: master
- install-dependencies:
requires:
- checkout
Expand All @@ -178,7 +163,6 @@ workflows:
- install-dependencies
- release:
requires:
- commitlint
- build
- test
filters:
Expand Down