Fixes #2: Changed chmod entrypoint.sh from 755 to 700 for improved se… #24
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: Workflow | |
on: | |
pull_request: null | |
push: | |
branches: | |
- main | |
jobs: | |
actionlint: | |
name: Actionlint | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Analyze workflow files | |
uses: docker://rhysd/actionlint:1.7.0 | |
with: | |
args: "-color -verbose -shellcheck=" |