checks-integration: init

This commit is contained in:
DavHau
2023-08-27 00:18:17 +02:00
parent df628ffd96
commit 7928e953fa
6 changed files with 67 additions and 17 deletions

View 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

View File

@@ -1,4 +1,4 @@
name: build
name: checks
on:
pull_request:
push: