pico_mouse/.gitea/workflows/test.yaml
hodasemi ab095b9faf
Some checks failed
Gitea Actions Test / build (pull_request) Failing after 4m47s
.gitea/workflows/test.yaml aktualisiert
2023-08-15 10:30:57 +02:00

21 lines
433 B
YAML

name: Gitea Actions Test
run_name: ${{ gitea.actor }} is testing out Gitea Actions
on:
pull_request:
types: [opened, reopened, edited, review_requested, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: https://github.com/actions/checkout@v3
- uses: https://github.com/actions-rs/toolchain@v1
with:
toolchain: stable
- name: Build
run: cargo build