Add gitea action
This commit is contained in:
parent
59541ec0e8
commit
3731bb7532
18
.gitea/workflows/nix.yaml
Normal file
18
.gitea/workflows/nix.yaml
Normal 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'
|
Loading…
Reference in New Issue
Block a user