Skip to content

Cleanly initialize the GOAP example's state #375

Cleanly initialize the GOAP example's state

Cleanly initialize the GOAP example's state #375

Workflow file for this run

on: push
name: clang-format Code Formatter
jobs:
lint:
name: clang-format Code Formatter
runs-on: ubuntu-latest
steps:
- name: Clang Code Formatter
uses: cvra/clang-format-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}