Skip to content

Commit

Permalink
Merge pull request #4 from philips-software/feature/fix-linter
Browse files Browse the repository at this point in the history
linting-formatting.yml: don't lint pushes to main
  • Loading branch information
rjaegers authored Oct 6, 2022
2 parents a1fc827 + f62bbf3 commit 9da76d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/linting-formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
name: Linting & Formatting

on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]

Expand Down Expand Up @@ -40,5 +38,5 @@ jobs:
# - uses: reviewdog/action-suggester@8f83d27e749053b2029600995c115026a010408e
# with:
# tool_name: reviewdog-suggester
# tool_name: MegaLinter
# filter_mode: diff_context
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ FetchContent_Declare(
FetchContent_Declare(
halst
GIT_REPOSITORY https://github.com/philips-internal/amp-hal-st.git
GIT_REPOSITORY https://github.com/philips-software/amp-hal-st.git
GIT_TAG main
)
Expand Down

0 comments on commit 9da76d6

Please sign in to comment.