Skip to content

upgrade to Godot 4.2.1 #105

upgrade to Godot 4.2.1

upgrade to Godot 4.2.1 #105

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

Check failure on line 14 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. In .github/workflows/ci.yml (Line: 14, Col: 11): Error from called workflow TitanNano/SimChopper/.github/workflows/build.yml@1d3887ac4d1626097da5eda450dbfca9f263d36a (Line: 111, Col: 20): Unrecognized named-value: 'EXPORT_DIR'. Located at position 1 within expression: EXPORT_DIR
rust-clippy:
runs-on: 'ubuntu-20.04'
steps:
- name: checkout
uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v1
with:
working-directory: ./native/
- name: Check
run: |
cd native/
cargo clippy -- -D warnings