Skip to content

Commit

Permalink
Update the linting workflow on GitHub (magento#8405)
Browse files Browse the repository at this point in the history
* Delete main.yml

Removing the Markdown lint test as a duplicate of the Lint Code Base test

* Update linter.yml

Run linters on any pull request, not only to master or develop
  • Loading branch information
dshevtsov authored Dec 17, 2020
1 parent 9fec847 commit 82f96b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 29 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,11 @@ name: Lint Code Base
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
#

#############################
# Start the job on all push #
#############################
###################################
# Start the job on a pull request #
###################################
on:
pull_request:
branches:
- master
- 2.*-develop
pull_request

###############
# Set the Job #
Expand Down
22 changes: 0 additions & 22 deletions .github/workflows/main.yml

This file was deleted.

0 comments on commit 82f96b8

Please sign in to comment.