Skip to content

fix(framework-provider-aws): ensure storeSnapshot is idempotent #237

fix(framework-provider-aws): ensure storeSnapshot is idempotent

fix(framework-provider-aws): ensure storeSnapshot is idempotent #237

Workflow file for this run

name: Lint and Format
on:
pull_request:
branches:
- main
- '1.0.0'
paths-ignore:
- '**.md'
- 'website/**'
- '.github/**'
- '.vscode/**'
- 'packages/**/.vscode/**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
uses: ./.github/actions/build
- name: Check linting
uses: ./.github/actions/call-rush
with:
command: 'lint:check -v'