Skip to content

Commit

Permalink
Stripped out the unnecessary parts.
Browse files Browse the repository at this point in the history
  • Loading branch information
janet-can committed Jul 28, 2023
1 parent db2e3bb commit d7ca67f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,6 @@ Refer to [Soda documentation](https://docs.soda.io/soda/quick-start-dev.html) fo
Add the action to your GitHub Workflow, as in the following example in the `Perform Soda Scan` step.

```yaml
name: Scan for data quality

on: pull_request
jobs:
soda_scan:
runs-on: ubuntu-latest
name: Run Soda Scan
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Perform Soda Scan
uses: sodadata/soda-github-action@v1
env:
Expand Down

0 comments on commit d7ca67f

Please sign in to comment.