Skip to content

Bump to version 3.1.1 (#231) #201

Bump to version 3.1.1 (#231)

Bump to version 3.1.1 (#231) #201

Workflow file for this run

name: clang-format
on: [push, pull_request]
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.11
with:
source: "godot-git-plugin/src"
extensions: "h,cpp"
clangFormatVersion: 11