Skip to content

Commit

Permalink
v2 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
chdsbd authored Sep 21, 2024
1 parent e400c81 commit 88de415
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## 2.0.0 - 2024-09-21

### Added

- Added more configuration options (#10, #15). Thanks @Agraphie!


## 1.0.2 - 2023-12-05

### Fixed
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: sbdchd/squawk-action@v1
- uses: sbdchd/squawk-action@v2
with:
pattern: "migrations/*.sql"
version: "latest"
Expand All @@ -48,11 +48,14 @@ jobs:
echo "$modified_migrations"
echo "::set-output name=file_names::$modified_migrations"
id: modified-migrations
- uses: sbdchd/squawk-action@v1
- uses: sbdchd/squawk-action@v2
with:
pattern: ${{ steps.modified-migrations.outputs.file_names }}
```

> [!TIP]
> See `action.yml` for more action inputs.

## example report

[![Example Squawk PR Comment](./squawk-pr-comment.png)](https://github.com/sbdchd/squawk/pull/14#issuecomment-647009446)
Expand Down

0 comments on commit 88de415

Please sign in to comment.