Update sqlparser requirement from 0.51.0 to 0.52.0 #2060
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# These checks run on every commit | |
# | |
name: Check on Every Push | |
on: | |
push: | |
branches-ignore: | |
- main | |
jobs: | |
secrets-scanning: | |
uses: ./.github/workflows/secrets_scanning.yaml | |
code-form: | |
uses: ./.github/workflows/code_form.yaml | |