flutter_project_template icon indicating copy to clipboard operation
flutter_project_template copied to clipboard

Update the workflow to use static code analysis latest version

Open chotixity opened this issue 1 year ago • 0 comments

The current Github workflow raises warnings for static code analysis since some methods used were deprecated.

- name: Run static code analysis if: steps.check_files.outputs.files_exists == 'true' uses: invertase/[email protected]

Updating it to above resolves the warnings.

chotixity avatar Jan 15 '25 13:01 chotixity