Bump auroraboot to v0.4.0 to fix root permission to 755 #2113
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: Lint | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
paths: | |
- '**' | |
permissions: read-all | |
env: | |
FORCE_COLOR: 1 | |
jobs: | |
call-workflow: | |
uses: kairos-io/linting-composite-action/.github/workflows/reusable-linting.yaml@d38a45447609f936c9d519bd14ed771b7214ad42 # v0.0.10 | |
with: | |
yamldirs: ".github/workflows/" | |
is-go: false |