fix(shorebird_cli): adjust engine file permissions (#36)

This commit is contained in:
Felix Angelov
2023-03-07 13:21:53 -06:00
committed by GitHub
parent b78899c50b
commit 32a567d4be
2 changed files with 25 additions and 1 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ runs:
- working-directory: ${{ inputs.working_directory }}
shell: ${{ inputs.shell }}
run: dart analyze --fatal-infos --fatal-warnings ${{inputs.analyze_directories}}
run: dart analyze --fatal-warnings ${{inputs.analyze_directories}}
- working-directory: ${{ inputs.working_directory }}
shell: ${{ inputs.shell }}