Skip to content

upgrade to Godot 4.2.1 #115

upgrade to Godot 4.2.1

upgrade to Godot 4.2.1 #115

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@26234e2ac1c14e9ef9c664b146b190ec460349ad (Line: 128, Col: 13): Unexpected symbol: '"linux"'. Located at position 20 within expression: matrix.platform != "linux" && startsWith(matrix.os, "ubuntu")
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