Skip to content

Bump servicelayer[amazon,google] from 1.22.0 to 1.22.1 #170

Bump servicelayer[amazon,google] from 1.22.0 to 1.22.1

Bump servicelayer[amazon,google] from 1.22.0 to 1.22.1 #170

Workflow file for this run

name: Check formatting
on:
pull_request:
paths-ignore:
- "ui/**"
- "docs/**"
jobs:
check-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install development dependencies
run: make dev
- name: Check code formatting
run: make format-check