generated from Luis/nextjs-python-web-template
Merge pull request 'add tests' (#16) from cli into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/16
This commit is contained in:
9
.gitea/workflows/check.yaml
Normal file
9
.gitea/workflows/check.yaml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
name: build
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: nix
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- run: nix flake check -L
|
||||||
Reference in New Issue
Block a user