Changed searchable array to custom query to resolve the issue with pgsql use of the keyword "group." #16
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
# .github/workflows/duster.yml | |
name: Duster | |
on: | |
push: | |
branches: main | |
pull_request: | |
jobs: | |
duster: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: "duster" | |
uses: tighten/duster-action@v3 | |
with: | |
args: lint |