Bump boto3 from 1.28.35 to 1.28.36 #261
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: Run lint and static analyis checks | |
on: | |
pull_request: | |
workflow_call: | |
concurrency: | |
group: lint-${{ github.head_ref || github.ref }} | |
cancel-in-progress: true | |
jobs: | |
tardigradelint: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Clone this git repository | |
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b | |
- name: Project Syntax Verification | |
run: make docker/run target=lint | |
actionlint: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Clone this git repository | |
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b | |
- name: Check workflow files | |
uses: reviewdog/action-actionlint@326cc761d95c903f29a111a44888be707f912684 |