Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Fix CI linting step
Browse files Browse the repository at this point in the history
  • Loading branch information
tdemin committed Sep 24, 2019
1 parent db67c16 commit a58ca00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Expand Up @@ -9,7 +9,7 @@ steps:
commands:
- node -v
- yarn install
- yarn run eslint src
- yarn lint
when:
branch:
exclude:
Expand Down

0 comments on commit a58ca00

Please sign in to comment.