Files
nextjs-python-web-template/.gitea/workflows/check.yaml
2023-08-24 15:00:21 +02:00

12 lines
166 B
YAML

name: build
on:
pull_request:
push:
branches: main
jobs:
test:
runs-on: nix
steps:
- uses: actions/checkout@v3
- run: bash ./scripts/ci