Skip to content

Commit

Permalink
refactor(cleanup): remove extra lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Oct 30, 2020
1 parent 7853172 commit 334c00b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions action/lib/lint.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
const { basename, dirname } = require('path')

const core = require('@actions/core')
const { default: load } = require('@commitlint/load')
const { default: lint } = require('@commitlint/lint')
Expand Down
1 change: 0 additions & 1 deletion action/test/fixture.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@

extends:
- "@commitlint/config-conventional"

0 comments on commit 334c00b

Please sign in to comment.