cyclone/.github/workflows/formatting.yml
2024-01-11 20:02:07 -08:00

20 lines
313 B
YAML

name: Code Formatting
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [64]
steps:
- uses: actions/checkout@v1
- name: Install deps
run: sudo apt-get install -y indent
- name: formatting
run: make test-format