Skip to content

Merge branch 'dev' of https://github.com/SkyUOI/Zenith into dev #139

Merge branch 'dev' of https://github.com/SkyUOI/Zenith into dev

Merge branch 'dev' of https://github.com/SkyUOI/Zenith into dev #139

Workflow file for this run

name: GdScriptfmtCheck
on:
push:
branches: ["main", "dev"]
pull_request:
branches: ["main", "dev"]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install GdFmt
run: pip3 install "gdtoolkit==4.*"
- name: Check
run: gdformat . -c