Lime3DS/.github/workflows/format.yml
2024-04-15 18:53:41 +01:00

22 lines
494 B
YAML

name: lime-format
on:
push:
branches: [ "*" ]
pull_request:
branches: [ master ]
jobs:
clang-format:
runs-on: ubuntu-latest
container:
image: opensauce04/lime3ds-build:linux-fresh
options: -u 1001
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build
env:
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
run: ./.ci/clang-format.sh