Skip to content

GitHub Actions: Add Linux ARM64 build #266

GitHub Actions: Add Linux ARM64 build

GitHub Actions: Add Linux ARM64 build #266

Workflow file for this run

name: clang-format
on: [push, pull_request]
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DoozyX/[email protected]
with:
source: "godot-git-plugin/src"
extensions: "h,cpp"
clangFormatVersion: 18