Skip to content

Commit

Permalink
docs: add about github output format detection
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking committed Sep 26, 2024
1 parent 4be1ab3 commit e5d8ccb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pip install sqruff

#### GitHub Action

You can also use the GitHub Action to install and run sqruff in your CI/CD pipeline.
You can also use the GitHub Action to install and run sqruff in your CI/CD pipeline. Inside a Github Action, `sqruff` automatically outputs linting output in the GitHub format so that it can be easily viewed in the PR tab.

```yaml
jobs:
Expand Down
2 changes: 1 addition & 1 deletion editors/code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pip install sqruff

#### GitHub Action

You can also use the GitHub Action to install and run sqruff in your CI/CD pipeline.
You can also use the GitHub Action to install and run sqruff in your CI/CD pipeline. Inside a Github Action, `sqruff` automatically outputs linting output in the GitHub format so that it can be easily viewed in the PR tab.

```yaml
jobs:
Expand Down

0 comments on commit e5d8ccb

Please sign in to comment.