Skip to content

Bump aws from 5.17.0 to 5.19.0 #36

Bump aws from 5.17.0 to 5.19.0

Bump aws from 5.17.0 to 5.19.0 #36

Workflow file for this run

name: Lint
on:
pull_request:
# Run linter when PRs opened or updated
types: [opened, synchronize]
branches:
- main
concurrency: lint-${{ github.base_ref }}
jobs:
lint:
name: "Lint"
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: "Checkout"
uses: actions/checkout@main
- name: Setup asdf
uses: asdf-vm/actions/setup@v2
- name: Cache asdf
id: asdf-cache
uses: actions/cache@v3
with:
path: ~/.asdf/
key: ${{ runner.os }}-${{ hashFiles('**/.tool-versions') }}
- name: Setup asdf
if: steps.asdf-cache.outputs.cache-hit != 'true'
uses: asdf-vm/actions/install@v2
- name: "Lint"
run: ./scripts/lint.sh