chore(deps): Bump amazonlinux from 267b42d to d09f135 in /modules/ldap_query/layer
#211
Workflow file for this run
This file contains hidden or 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: Run lint and static analyis checks | |
| on: | |
| pull_request: | |
| concurrency: | |
| group: lint-${{ github.head_ref || github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| lint: | |
| uses: plus3it/actions-workflows/.github/workflows/lint.yml@ddd67e99878a285f728de398c1116151c2d7791a |