lucasmontano / twitch

[EBS] Channel's Top Visitors
https://www.twitch.tv/lucas_montano
119 stars 15 forks source link

improve lint-staged with jest and prettier #35

Closed Cleysonlb closed 4 years ago

Cleysonlb commented 4 years ago

Improve lint-staged with:

Why?

lint-staged now

{
    "src/**/*.{ts,js}": [
        "eslint --fix",
        "jest",
        "prettier --check --write 'src/**/*.{ts,js}'",
        "git add"
    ]
}
Cleysonlb commented 4 years ago

Why build is broken? ##[error]Resource not accessible by integration @lucasmontano or @omurilo give me a little help :smile: hahah

omurilo commented 4 years ago

Why build is broken? ##[error]Resource not accessible by integration @lucasmontano or @omurilo give me a little help 😄 hahah

@Cleysonlb this build is broken by a bug in greetings action of github actions, this bug it be described in https://github.com/actions/first-interaction/issues/10

Cleysonlb commented 4 years ago

Thanks @omurilo! more one approve can i merge?