eagle/.gitea/workflows/build.yaml
Kodi Craft 971e185ae5
All checks were successful
Build library & run tests / build (push) Successful in 25s
Run clippy in workflow
2024-06-21 14:38:46 +02:00

13 lines
261 B
YAML

name: Build library & run tests
on: [push]
jobs:
build:
runs-on: nix
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run clippy
run: nix develop . -c cargo clippy
- name: Build & test
run: nix build