Skip to content

J3DMaterial almost done #141

J3DMaterial almost done

J3DMaterial almost done #141

Workflow file for this run

name: lint
on:
pull_request:
paths:
- '**.hpp'
- '**.cpp'
- '**.h'
- '**.c'
- '**.clang-format'
- '**.clang-tidy'
push:
paths:
- '**.hpp'
- '**.cpp'
- '**.h'
- '**.c'
- '**.clang-format'
- '**.clang-tidy'
permissions:
contents: read
jobs:
check-format-and-tidy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jidicula/[email protected]
with:
clang-format-version: '17'
fallback-style: 'none'
# no tidy for now I'm too lazy sorry