Skip to content

Commit

Permalink
Create test1.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrianbet authored Jan 22, 2024
1 parent 7577cc9 commit 285b1b9
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/test1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: sqlcheck workflow2
on: pull_request

jobs:
sqlcheck:
name: sqlcheck job
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: yokawasa/[email protected]
id: sqlcheck
with:
post-comment: true
risk-level: 3
verbose: true
token: ${{ secrets.GITHUB_TOKEN }}
postfixes: |
sql
sqlx
schema
directories: |
sql
build/sql_dir
tests/sql_dir
- name: Get output
run: echo "Issues found in previous step"
if: steps.sqlcheck.outputs.issue-found

0 comments on commit 285b1b9

Please sign in to comment.