.gitea/workflows/check: init #3

Merged
frero merged 1 commits from oysteikt/uash:add-gitea-check-workflow into main 2026-05-08 03:22:21 +02:00
+18
View File
@@ -0,0 +1,18 @@
name: "Check"
on:
pull_request:
push:
jobs:
check:
runs-on: debian-latest
steps:
- uses: actions/checkout@v6
- name: Install sudo
run: apt-get update && apt-get -y install sudo
- name: Install nix
uses: https://github.com/cachix/install-nix-action@v31
- name: Check code
run: nix develop .# --command uiua check