Skip to content

Add SPDX license identifiers to each file #4

Add SPDX license identifiers to each file

Add SPDX license identifiers to each file #4

Workflow file for this run

name: Build
on:
push:
branches: [ '*' ]
pull_request:
branches: [ "main" ]
jobs:
build_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install dependencies
run: sudo apt install astyle
- name: Astyle
run: astyle --dry-run **/*.[ch]