Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add linting through ESLint using AirBnB style guide #7

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
ci-jobs.yml: Run on every push regardless of branch
This allows to get CI test results even on feature branches, etc.
fschrempf committed Dec 16, 2022
commit 9a45fb8984a583a12bba5c897a40391446f6ff93
1 change: 0 additions & 1 deletion .github/workflows/ci-jobs.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,6 @@ name: CI Jobs

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]