Skip to content

build(deps): bump github.com/aws/aws-sdk-go from 1.54.11 to 1.54.20 #186

build(deps): bump github.com/aws/aws-sdk-go from 1.54.11 to 1.54.20

build(deps): bump github.com/aws/aws-sdk-go from 1.54.11 to 1.54.20 #186

Workflow file for this run

name: 'Yamllint GitHub Actions'
on:
- pull_request
permissions: read-all
jobs:
yamllint:
name: 'Yamllint'
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v4
- name: 'Yamllint'
uses: karancode/yamllint-github-action@fdef6bc189425ecc84cc4543b2674566c0827053
with:
yamllint_file_or_dir: '.'
yamllint_strict: false
yamllint_comment: true
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}