Skip to content

Godot rust script now supports enums and custom types #217

Godot rust script now supports enums and custom types

Godot rust script now supports enums and custom types #217

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
uses: ./.github/workflows/build.yml
rust-clippy:
runs-on: 'ubuntu-22.04'
steps:
- name: checkout
uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
with:
workspaces: ./native/
- name: Check
run: |
cd native/
cargo clippy -- -D warnings