Bump aws-actions/configure-aws-credentials from e9d3185f7a72ecb1a71000a3f11be505e74e0081 to 6e4af399ded599f8dfdd8f7b3229126ebe3ed475 #51
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pull request checks | |
on: pull_request | |
jobs: | |
lint-bash: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
- name: Run ShellCheck | |
uses: azohra/[email protected] | |
with: | |
exclude-paths: Dockerfile, .github/CODEOWNERS, .github/ISSUE_TEMPLATE |