Add gitea action

This commit is contained in:
Ivan Malison 2024-01-05 22:47:04 -07:00
parent 59541ec0e8
commit 3731bb7532

18
.gitea/workflows/nix.yaml Normal file
View File

@ -0,0 +1,18 @@
name: Nix
on:
pull_request:
env:
NIXPKGS_ALLOW_UNFREE: 1
jobs:
install:
name: Install
runs-on: nixos-x86_64-linux
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
lfs: true
- name: lint
run: nix develop --impure --command bash -c 'yarn run lint'