checks-integration: init
This commit is contained in:
11
.gitea/workflows/checks-integration.yaml
Normal file
11
.gitea/workflows/checks-integration.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
name: checks-integration
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: main
|
||||
jobs:
|
||||
test:
|
||||
runs-on: nix
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: nix run .#checks-integration
|
||||
@@ -1,4 +1,4 @@
|
||||
name: build
|
||||
name: checks
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
Reference in New Issue
Block a user