clan-core/.gitea/workflows/checks-impure.yaml
Luis-Hebendanz ec497276bd
All checks were successful
checks-impure / test (pull_request) Successful in 10s
checks / test (pull_request) Successful in 34s
CI: Created separate user for CI
2023-09-20 14:48:16 +02:00

13 lines
226 B
YAML

name: checks-impure
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 .#impure-checks