Skip to content

Commit

Permalink
Initial file
Browse files Browse the repository at this point in the history
  • Loading branch information
justinethier committed Jan 12, 2024
1 parent 405d256 commit 00af456
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 00af456

Please sign in to comment.