Skip to content

Commit

Permalink
Fixed ShellCheck identifier name
Browse files Browse the repository at this point in the history
"The workflow is not valid. .github/workflows/shellcheck.yml (Line: 6, Col: 3): The identifier 'profile.d' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters."
  • Loading branch information
pyllyukko committed Jan 18, 2025
1 parent 3cfc48f commit cb89e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: shellcheck
on: [push, pull_request]
jobs:
# TODO: tmout.sh.j2
profile.d:
profile_d:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit cb89e9b

Please sign in to comment.