Skip to content

Commit

Permalink
GitHubCI: enable code-linter at push too (lnp2pBot#436)
Browse files Browse the repository at this point in the history
* 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
knocte authored Oct 9, 2023
1 parent 1acfda1 commit a6dcb61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-linter.yaml
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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
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]

Expand Down

0 comments on commit a6dcb61

Please sign in to comment.