Skip to content

fix(mingw): get rid of MinGW's stupid interface macro definition #30

fix(mingw): get rid of MinGW's stupid interface macro definition

fix(mingw): get rid of MinGW's stupid interface macro definition #30

Workflow file for this run

name: Lint
on: [ push, pull_request ]
jobs:
reuse:
name: REUSE Compliance
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: '3.13'
- run: pipx run reuse lint
clang-format:
name: Clang Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: nicelabs/clang-format-action@main
with:
version: 20
warnings-as-errors: true