Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add actionlint to pre-commit #252

Open
jbampton opened this issue Oct 31, 2024 · 1 comment
Open

Add actionlint to pre-commit #252

jbampton opened this issue Oct 31, 2024 · 1 comment
Assignees
Milestone

Comments

@jbampton
Copy link
Member

https://github.com/rhysd/actionlint

@jbampton jbampton added this to the November milestone Oct 31, 2024
@jbampton jbampton assigned jbampton and unassigned jbampton Nov 5, 2024
@jbampton
Copy link
Member Author

jbampton commented Nov 5, 2024

Lint GitHub Actions workflow files.......................................Failed
- hook id: actionlint
- exit code: 1

.github/workflows/build-release.yml:90:9: shellcheck reported issue in this script: SC2002:style:1:15: Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead [shellcheck]
   |
90 |         run: |
   |         ^~~~
.github/workflows/build-release.yml:90:9: shellcheck reported issue in this script: SC2086:info:2:30: Double quote to prevent globbing and word splitting [shellcheck]
   |
90 |         run: |
   |         ^~~~
.github/workflows/web-assembly.yml:33:9: shellcheck reported issue in this script: SC2086:info:1:53: Double quote to prevent globbing and word splitting [shellcheck]
   |
33 |         run: |
   |         ^~~~
.github/workflows/web-assembly.yml:33:9: shellcheck reported issue in this script: SC2086:info:2:114: Double quote to prevent globbing and word splitting [shellcheck]
   |
33 |         run: |
   |         ^~~~
.github/workflows/web-assembly.yml:60:9: shellcheck reported issue in this script: SC2002:style:6:25: Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead [shellcheck]
   |
60 |         run: |
   |         ^~~~
.github/workflows/web-assembly.yml:60:9: shellcheck reported issue in this script: SC2086:info:6:67: Double quote to prevent globbing and word splitting [shellcheck]
   |
60 |         run: |
   |         ^~~~
.github/workflows/web-assembly.yml:60:9: shellcheck reported issue in this script: SC2002:style:7:27: Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead [shellcheck]
   |
60 |         run: |
   |         ^~~~
.github/workflows/web-assembly.yml:60:9: shellcheck reported issue in this script: SC2086:info:7:71: Double quote to prevent globbing and word splitting [shellcheck]
   |
60 |         run: |
   |         ^~~~
.github/workflows/web-assembly.yml:71:9: shellcheck reported issue in this script: SC2002:style:6:32: Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead [shellcheck]
   |
71 |         run: |
   |         ^~~~
.github/workflows/web-assembly.yml:71:9: shellcheck reported issue in this script: SC2086:info:6:81: Double quote to prevent globbing and word splitting [shellcheck]
   |
71 |         run: |
   |         ^~~~
.github/workflows/web-assembly.yml:71:9: shellcheck reported issue in this script: SC2002:style:7:34: Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead [shellcheck]
   |
71 |         run: |
   |         ^~~~
.github/workflows/web-assembly.yml:71:9: shellcheck reported issue in this script: SC2086:info:7:85: Double quote to prevent globbing and word splitting [shellcheck]
   |
71 |         run: |
   |         ^~~~
.github/workflows/web-assembly.yml:82:9: shellcheck reported issue in this script: SC2035:info:5:33: Use ./*glob* or -- *glob* so names with dashes won't become options [shellcheck]
   |
82 |         run: |
   |         ^~~~
.github/workflows/web-assembly.yml:82:9: shellcheck reported issue in this script: SC2035:info:15:33: Use ./*glob* or -- *glob* so names with dashes won't become options [shellcheck]
   |
82 |         run: |
   |         ^~~~

@jbampton jbampton added bug Something isn't working github shell yaml labels Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants