-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GitHubCI: enable code-linter at push too (#436)
* GitHubCI: enable code-linter at push too And at any branch. This is so that contributors find issues with their code even before they create a PR. * GitHubCI: translate workflow name to English For consistency.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: Auto Check Lint | ||
on: | ||
pull_request: | ||
branches: ['main'] | ||
- pull_request | ||
- push | ||
|
||
jobs: | ||
Lint: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: integracion continua con node.js | ||
name: NodeJS Continuous Integration | ||
|
||
on: [push, pull_request] | ||
|
||
|