.gitea/workflows/check: init
This commit was merged in pull request #3.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user