Files
tui-generator-cli/.gitea/workflows/ci.yml
7000pctAUTO 7425f1b8c5
Some checks failed
CI / Test (push) Failing after 3s
fix: Format CI workflow with proper syntax
2026-02-03 09:47:36 +00:00

18 lines
269 B
YAML

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Verify Rust
run: cargo --version