Update .github/workflows/lint.yml

Co-authored-by: Sergey Ponomarev <me@sergey-ponomarev.ru>
This commit is contained in:
Efremov Alexey 2021-08-31 16:27:23 +03:00
parent 908ece91b6
commit 137ff3baf7
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
name: Lint
on: [push]
on:
pull_request:
push:
branches: [master]
jobs:
eslint: