Bump aws-actions/configure-aws-credentials from e9d3185f7a72ecb1a71000a3f11be505e74e0081 to 6129f329e60ccdcc69cae650f925172621807647 #43
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 |