mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Initial file
This commit is contained in:
parent
405d256e99
commit
00af456166
1 changed files with 18 additions and 0 deletions
18
.github/workflows/formatting.yml
vendored
Normal file
18
.github/workflows/formatting.yml
vendored
Normal 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
|
||||
|
Loading…
Add table
Reference in a new issue