Skip to content

Bump followthemoney from 3.5.4 to 3.5.5 #119

Bump followthemoney from 3.5.4 to 3.5.5

Bump followthemoney from 3.5.4 to 3.5.5 #119

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