Skip to content

Move error codes for Goap into constants #308

Move error codes for Goap into constants

Move error codes for Goap into constants #308

Workflow file for this run

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