Initial file

This commit is contained in:
Justin Ethier 2024-01-11 20:00:29 -08:00
parent 405d256e99
commit 00af456166

18
.github/workflows/formatting.yml vendored Normal file
View file

@ -0,0 +1,18 @@
name: Code Formatting
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [64]
steps:
- uses: actions/checkout@v1
- name: formatting
run: make test-format