Skip to content

Commit

Permalink
Move to lint-shared-workflows action
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Baldry <[email protected]>
  • Loading branch information
jdbaldry committed Jun 12, 2024
1 parent 3659bf0 commit f0a2f16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build-lint-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,3 @@ jobs:
body: "This PR contains the code built after dependabot updated dependencies on lint-pr-title action"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

shellcheck-shell-scripts:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@cd81f4475ab741e097ec0fe73b692f3e49d66b8c
3 changes: 3 additions & 0 deletions .github/workflows/lint-shared-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: Lint workflow files
uses: raven-actions/actionlint@789059c543ab20522fb3e7240794e13b0f69ad67 # v1.0.3

- name: Run ShellCheck on scripts
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # v2.0.0

# A separate job so we can run in the `yq` container
lint-action-yaml:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f0a2f16

Please sign in to comment.