Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Mark repository as archived and suggest alternative #78

Mark repository as archived and suggest alternative

Mark repository as archived and suggest alternative #78

Workflow file for this run

name: Code Layout
on: [push]
jobs:
code_style:
if: ( github.repository == 'MerginMaps/mergin-cpp-client' )
runs-on: ubuntu-latest
steps:
- name: Install astyle
run: |
sudo apt-get install astyle
- uses: actions/checkout@v2
- name: Run astyle check
run: |
./scripts/check_all.bash