Browse Source

ci: add ESLint check for pull requests to master

pull/48/head
Abheek Dhawan 2 years ago
committed by GitHub
parent
commit
c98ccf477c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/eslint.yml

3
.github/workflows/eslint.yml

@ -3,6 +3,9 @@ name: eslint
on:
push:
branches: '*'
pull_request:
branches:
- master
jobs:
lint:

Loading…
Cancel
Save