Skip to content

Aleph upgrade will throw an exception if any ES call returns a status code < 399 #500

Aleph upgrade will throw an exception if any ES call returns a status code < 399

Aleph upgrade will throw an exception if any ES call returns a status code < 399 #500

Workflow file for this run

name: Run linter & formatting check
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
- name: Run linter
run: make lint