Skip to content

Added ShellCheck GitHub action #1

Added ShellCheck GitHub action

Added ShellCheck GitHub action #1

Workflow file for this run

---
name: shellcheck
on: [push, pull_request]
jobs:
# TODO: tmout.sh.j2
profile.d:

Check failure on line 6 in .github/workflows/shellcheck.yml

View workflow run for this annotation

GitHub Actions / shellcheck

Invalid workflow file

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.
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install ShellCheck
run: |
sudo apt-get update
sudo apt-get install -y shellcheck
- name: Run ShellCheck
run: shellcheck --shell=bash newconfs/profile.d/*