Skip to content

Commit

Permalink
[Actions] Updated .github/actions/sql/action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Oct 22, 2024
1 parent 512f19f commit 724281f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/sql/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ runs:

- name: "SQL: Lint SQL Files"
shell: bash
run: dotnet tsqllint "${{inputs.DB_FOLDER}}"
working-directory: ${{ github.workspace }}
run: dotnet tool run tsqllint "${{inputs.DB_FOLDER}}"
env:
DOTNET_ROOT: "${{github.workspace}}/.dotnet/${{github.sha}}-${{github.run_id}}-${{github.run_number}}-${{github.run_attempt}}"
DOTNET_INSTALL_DIR: "${{github.workspace}}/.dotnet/${{github.sha}}-${{github.run_id}}-${{github.run_number}}-${{github.run_attempt}}"
Expand Down

0 comments on commit 724281f

Please sign in to comment.