Disable lint

This commit is contained in:
Sidharth Vinod
2021-05-29 15:52:21 +05:30
parent 29b555bf7c
commit ef9735a125
-1
View File
@@ -20,7 +20,6 @@ jobs:
export CI=true
rm -rf docs/_app
yarn install
yarn run lint
version=$(yarn version --patch --no-git-tag-version | grep "New version" | cut -d':' -f 2)
yarn build
git config user.name github-actions