Skip to content

Commit

Permalink
Change arduino lib linter to be automatic.
Browse files Browse the repository at this point in the history
  • Loading branch information
crankyoldgit committed Apr 17, 2021
1 parent 42bda69 commit e4b0014
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/arduino_library_manager_linter.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# This is a basic workflow that is manually triggered
# This is a basic workflow that is triggered on push/PRs to the master branch.

name: Manual Arduino Library Manager Linter
name: Arduino Library Manager Linter

# Controls when the action will run. Workflow runs when manually triggered using the UI
# or API.
on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
branches: [ master ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit e4b0014

Please sign in to comment.