Skip to content

Commit

Permalink
update fork names and references
Browse files Browse the repository at this point in the history
  • Loading branch information
dbelyaev committed Sep 18, 2024
1 parent a3eaa49 commit 92fa1c5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This is a GitHub action to run [Checkstyle](https://github.com/checkstyle/checks

## Example

An example of how the reported Checkstyle violations will look on a pull request is shown below ([link to example PR](https://github.com/dbelyaev/action-checkstyle-tester/pull/9)):
An example of how the reported Checkstyle violations will look on a pull request is shown below ([link to example PR](https://github.com/equinor/action-checkstyle-tester/pull/1)):

![PR comment with violation](https://user-images.githubusercontent.com/6915328/149333188-4600a75d-5670-4013-9395-d5852e3c7839.png)

Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dbelyaev/action-checkstyle@master
- uses: equinor/action-checkstyle@master
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
Expand Down Expand Up @@ -64,14 +64,14 @@ config for the [Sun coding conventions](https://www.oracle.com/java/technologies
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dbelyaev/action-checkstyle@master
- uses: equinor/action-checkstyle@master
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
checkstyle_config: sun_checks.xml
```

Link to [example PR](https://github.com/dbelyaev/action-checkstyle-tester/pull/10).
Link to [example PR](https://github.com/equinor/action-checkstyle-tester/pull/2).

* ### `checkstyle_version`

Expand All @@ -97,7 +97,7 @@ config for the [Sun coding conventions](https://www.oracle.com/java/technologies
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dbelyaev/action-checkstyle@master
- uses: equinor/action-checkstyle@master
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
Expand Down Expand Up @@ -129,7 +129,7 @@ config for the [Sun coding conventions](https://www.oracle.com/java/technologies
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dbelyaev/action-checkstyle@master
- uses: equinor/action-checkstyle@master
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
Expand Down

0 comments on commit 92fa1c5

Please sign in to comment.