chore(deps): update docker/login-action digest to 9780b0c - autoclosed #211
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: | ||
- main | ||
- stable-* | ||
pull_request: | ||
workflow_dispatch: | ||
workflow_call: # so composite actions can use this | ||
permissions: | ||
pull-requests: read | ||
contents: read | ||
checks: write | ||
jobs: | ||
lint: | ||
Check failure on line 17 in .github/workflows/lint.yml GitHub Actions / lintInvalid workflow file
|
||
uses: delineaxpm/github-workflows/.github/workflows/lint.yml@main | ||
secrets: inherit |