Files
nextjs-python-web-template/.gitea/workflows/checks.yaml
2023-09-23 12:27:35 +00:00

13 lines
253 B
YAML

name: checks
on:
pull_request:
push:
branches: main
jobs:
test:
if: ${{ github.actor != 'ui-asset-bot' }}
runs-on: nix
steps:
- uses: actions/checkout@v3
- run: nix run --refresh github:Mic92/nix-fast-build -- --no-nom