1
0
Fork 0
mirror of https://git.sr.ht/~kivikakk/niar synced 2024-12-22 18:42:25 +00:00
niar/docs/template/.github/workflows/unit-tests.yml
2024-08-24 16:59:31 +03:00

23 lines
330 B
YAML

name: Unit tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- uses: kivikakk/niar/setup-action@main
- name: Run tests
run: pytest