Skip to content

Merge pull request #1 from vladaviedov/workflow-fix #22

Merge pull request #1 from vladaviedov/workflow-fix

Merge pull request #1 from vladaviedov/workflow-fix #22

Workflow file for this run

name: Format
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
test:
name: Check Formatting
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- name: checkformat
run: make checkformat CC=gcc