Rename Docker publish workflow to indicate production environment and… #23
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=" |